7 references to BindNamespaceOrType
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (6)
761
return this.
BindNamespaceOrType
(node, diagnostics);
2437
return this.
BindNamespaceOrType
(node, diagnostics);
2448
return this.
BindNamespaceOrType
(node, diagnostics);
2453
return this.
BindNamespaceOrType
(node, diagnostics);
7567
var boundType =
BindNamespaceOrType
(left, typeDiagnostics);
7600
TypeSymbol.Equals(
BindNamespaceOrType
(id, BindingDiagnosticBag.Discarded).Type, type, TypeCompareKind.AllIgnoreOptions);
Compilation\CSharpSemanticModel.cs (1)
262
boundNode = binder.
BindNamespaceOrType
(expression, BindingDiagnosticBag.Discarded);