2 references to getLeftResultType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
5621
BoundNullCoalescingOperatorResultKind.LeftType =>
getLeftResultType
(leftResultType!, rightResultType!),
5622
BoundNullCoalescingOperatorResultKind.LeftUnwrappedType =>
getLeftResultType
(leftResultType!.StrippedType(), rightResultType!),