8 references to BindNamespaceOrType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (6)
792
return this.
BindNamespaceOrType
(node, diagnostics);
2487
return this.
BindNamespaceOrType
(node, diagnostics);
2498
return this.
BindNamespaceOrType
(node, diagnostics);
2503
return this.
BindNamespaceOrType
(node, diagnostics);
7647
var boundType =
BindNamespaceOrType
(left, BindingDiagnosticBag.Discarded);
7678
TypeSymbol.Equals(
BindNamespaceOrType
(id, BindingDiagnosticBag.Discarded).Type, type, TypeCompareKind.AllIgnoreOptions);
Binder\Binder_Invocation.cs (1)
1969
return typeOrValue.Binder.
BindNamespaceOrType
(identifier, diagnostics);
Compilation\CSharpSemanticModel.cs (1)
262
boundNode = binder.
BindNamespaceOrType
(expression, BindingDiagnosticBag.Discarded);