2 references to BindResultTypeForLocalVariableReference
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
2071TypeSymbol type = BindResultTypeForLocalVariableReference(node, localSymbol, diagnostics, out isNullableUnknown, out isTypeError); 7610leftType = BindResultTypeForLocalVariableReference(left, (LocalSymbol)leftSymbol, BindingDiagnosticBag.Discarded, isNullableUnknown: out _, isError: out _);