8 references to BindNamespaceOrType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (6)
792
return this.
BindNamespaceOrType
(node, diagnostics);
2477
return this.
BindNamespaceOrType
(node, diagnostics);
2488
return this.
BindNamespaceOrType
(node, diagnostics);
2493
return this.
BindNamespaceOrType
(node, diagnostics);
7633
var boundType =
BindNamespaceOrType
(left, BindingDiagnosticBag.Discarded);
7664
TypeSymbol.Equals(
BindNamespaceOrType
(id, BindingDiagnosticBag.Discarded).Type, type, TypeCompareKind.AllIgnoreOptions);
Binder\Binder_Invocation.cs (1)
1967
return typeOrValue.Binder.
BindNamespaceOrType
(identifier, diagnostics);
Compilation\CSharpSemanticModel.cs (1)
262
boundNode = binder.
BindNamespaceOrType
(expression, BindingDiagnosticBag.Discarded);