2 references to ExplicitNullableWithIdentityUnderlying
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\Conversion.cs (1)
354
ConversionKind.Identity => kind == ConversionKind.ImplicitNullable ? ImplicitNullableWithIdentityUnderlying :
ExplicitNullableWithIdentityUnderlying
,
Binder\Semantics\Conversions\ConversionsBase.cs (1)
2456
return Conversion.
ExplicitNullableWithIdentityUnderlying
;