2 references to TypeSyntaxBinder
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceLocalSymbol.cs (2)
325
TypeWithAnnotations declType = this.
TypeSyntaxBinder
.BindTypeOrVarKeyword(typeSyntax, BindingDiagnosticBag.Discarded, out isVar);
345
Binder typeBinder = this.
TypeSyntaxBinder
;