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