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