Vixen
02b45cc4
csharp
public sealed class ImportBinder

A compilation unit's scope: its package namespace and each enclosing one, plus everything its import directives bring in. Imports resolve on first use, after every declaration in the compilation exists.

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

Fields and properties (1)

  • public NamespaceSymbol PackageNamespace

    The namespace this file's declarations go into.

Methods (1)

  • public ImportBinder(Binder next, NamespaceSymbol packageNamespace, CompilationUnitSyntax unit)

    A compilation unit's scope: its package namespace and each enclosing one, plus everything its import directives bring in. Imports resolve on first use, after every declaration in the compilation exists.

Used by (1)

  • CompilationVixen.Raven