2 references to PointerToIntegerUnderlying
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\Conversion.cs (2)
339internal static readonly Conversion ExplicitNullableWithPointerToIntegerUnderlying = new Conversion(ConversionKind.ExplicitNullable, PointerToIntegerUnderlying); 346internal static readonly Conversion ImplicitNullableWithPointerToIntegerUnderlying = new Conversion(ConversionKind.ImplicitNullable, PointerToIntegerUnderlying);