1 override of GetTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
363public override TypeWithAnnotations GetTypeWithAnnotations(SyntaxNode reference, BindingDiagnosticBag diagnostics)
1 reference to GetTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
2104type = localSymbol.GetTypeWithAnnotations(node, diagnostics).Type;