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