2 references to ExplicitNullableWithPointerToIntegerUnderlying
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\Conversion.cs (1)
355ConversionKind.ExplicitPointerToInteger => kind == ConversionKind.ImplicitNullable ? ImplicitNullableWithPointerToIntegerUnderlying : ExplicitNullableWithPointerToIntegerUnderlying,
Binder\Semantics\Conversions\ConversionsBase.cs (1)
2459return Conversion.ExplicitNullableWithPointerToIntegerUnderlying;