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