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