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