8 references to BindNamespaceOrType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (6)
795
return this.
BindNamespaceOrType
(node, diagnostics);
2491
return this.
BindNamespaceOrType
(node, diagnostics);
2502
return this.
BindNamespaceOrType
(node, diagnostics);
2507
return this.
BindNamespaceOrType
(node, diagnostics);
7777
var boundType =
BindNamespaceOrType
(left, BindingDiagnosticBag.Discarded);
7808
TypeSymbol.Equals(
BindNamespaceOrType
(id, BindingDiagnosticBag.Discarded).Type, type, TypeCompareKind.AllIgnoreOptions);
Binder\Binder_Invocation.cs (1)
2002
return typeOrValue.Binder.
BindNamespaceOrType
(identifier, diagnostics);
Compilation\CSharpSemanticModel.cs (1)
263
boundNode = binder.
BindNamespaceOrType
(expression, BindingDiagnosticBag.Discarded);