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