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