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