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