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