Base:
1 override of GetNullableUnderlyingType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
70public override Type? GetNullableUnderlyingType()
1 reference to GetNullableUnderlyingType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
72return _projector.ProjectType(base.GetNullableUnderlyingType());