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