2 references to LeftUnwrappedRightType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (1)
4140resultKind = BoundNullCoalescingOperatorResultKind.LeftUnwrappedRightType;
FlowAnalysis\NullableWalker.cs (1)
5685BoundNullCoalescingOperatorResultKind.LeftUnwrappedRightType => getResultStateWithRightType(leftResultType!.StrippedType(), rightResultType!),