2 references to IdentityUnderlying
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\Conversion.cs (2)
341
internal static readonly Conversion ExplicitNullableWithIdentityUnderlying = new Conversion(ConversionKind.ExplicitNullable,
IdentityUnderlying
);
348
internal static readonly Conversion ImplicitNullableWithIdentityUnderlying = new Conversion(ConversionKind.ImplicitNullable,
IdentityUnderlying
);