4 references to BindNamespaceOrTypeSymbol
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Crefs.cs (1)
95
NamespaceOrTypeSymbol namespaceOrTypeSymbol =
BindNamespaceOrTypeSymbol
(syntax, BindingDiagnosticBag.Discarded).NamespaceOrTypeSymbol;
Compilation\CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs (1)
60
var imported = usingsBinder.
BindNamespaceOrTypeSymbol
(qualifiedName, directiveDiagnostics).NamespaceOrTypeSymbol;
Symbols\AliasSymbol.cs (1)
405
var annotatedNamespaceOrType = declarationBinder.
BindNamespaceOrTypeSymbol
(syntax, diagnostics, basesBeingResolved);
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (1)
766
var imported = declarationBinder.
BindNamespaceOrTypeSymbol
(usingDirective.NamespaceOrType, directiveDiagnostics, basesBeingResolved).NamespaceOrTypeSymbol;