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