7 references to BindNamespaceOrType
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (6)
760
return this.
BindNamespaceOrType
(node, diagnostics);
2414
return this.
BindNamespaceOrType
(node, diagnostics);
2425
return this.
BindNamespaceOrType
(node, diagnostics);
2430
return this.
BindNamespaceOrType
(node, diagnostics);
7536
var boundType =
BindNamespaceOrType
(left, typeDiagnostics);
7569
TypeSymbol.Equals(
BindNamespaceOrType
(id, BindingDiagnosticBag.Discarded).Type, type, TypeCompareKind.AllIgnoreOptions);
Compilation\CSharpSemanticModel.cs (1)
262
boundNode = binder.
BindNamespaceOrType
(expression, BindingDiagnosticBag.Discarded);