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