3 references to BindType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
1373
TypeWithAnnotations typeWithAnnotations = typeofBinder.
BindType
(typeSyntax, diagnostics, out alias);
1426
TypeWithAnnotations typeWithAnnotations = this.
BindType
(typeSyntax, diagnostics, out alias);
Binder\Binder_Operators.cs (1)
3340
TypeWithAnnotations targetTypeWithAnnotations =
BindType
(possibleType, bindAsTypeDiagnostics, out AliasSymbol alias);