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