1 type derived from ProjectingType
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
12internal sealed class CustomType : ProjectingType
8 references to ProjectingType
System.Reflection.Context (8)
System\Reflection\Context\Projection\ProjectingType.cs (7)
164ProjectingType? otherType = c as ProjectingType; 180ProjectingType? otherType = other as ProjectingType; 199ProjectingType? otherType = c as ProjectingType; 358return o is ProjectingType other &&
System\Reflection\Context\Projection\Projector.cs (1)
99if (value is ProjectingType projectingType)