Vixen
02b45cc4
csharp
public sealed class BindingContext

State shared by every binder in one binding session: where diagnostics go, and the syntax → bound-node / syntax → symbol maps the SemanticModel answers queries from.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

Methods (1)

  • public BindingContext(Compilation compilation, DiagnosticBag diagnostics)

    State shared by every binder in one binding session: where diagnostics go, and the syntax → bound-node / syntax → symbol maps the SemanticModel answers queries from.

Used by (5)

  • BinderVixen.Raven
  • CompilationVixen.Raven
  • ContextBinderVixen.Raven
  • GlobalBinderVixen.Raven
  • SemanticModelVixen.Raven