8 references to BindNamespaceOrType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (6)
792
return this.
BindNamespaceOrType
(node, diagnostics);
2488
return this.
BindNamespaceOrType
(node, diagnostics);
2499
return this.
BindNamespaceOrType
(node, diagnostics);
2504
return this.
BindNamespaceOrType
(node, diagnostics);
7747
var boundType =
BindNamespaceOrType
(left, BindingDiagnosticBag.Discarded);
7778
TypeSymbol.Equals(
BindNamespaceOrType
(id, BindingDiagnosticBag.Discarded).Type, type, TypeCompareKind.AllIgnoreOptions);
Binder\Binder_Invocation.cs (1)
1977
return typeOrValue.Binder.
BindNamespaceOrType
(identifier, diagnostics);
Compilation\CSharpSemanticModel.cs (1)
263
boundNode = binder.
BindNamespaceOrType
(expression, BindingDiagnosticBag.Discarded);