3 references to ImplicitNullableWithIdentityUnderlying
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Conversions\Conversion.cs (1)
350ConversionKind.Identity => kind == ConversionKind.ImplicitNullable ? ImplicitNullableWithIdentityUnderlying : ExplicitNullableWithIdentityUnderlying,
Binder\Semantics\Conversions\ConversionsBase.cs (1)
2241return Conversion.ImplicitNullableWithIdentityUnderlying;
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
473var outerConversion = Conversion.ImplicitNullableWithIdentityUnderlying;