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