2 references to getResultStateWithRightType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
5623
BoundNullCoalescingOperatorResultKind.RightType =>
getResultStateWithRightType
(leftResultType!, rightResultType!),
5624
BoundNullCoalescingOperatorResultKind.LeftUnwrappedRightType =>
getResultStateWithRightType
(leftResultType!.StrippedType(), rightResultType!),