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)
140ProjectingType? otherType = c as ProjectingType; 156ProjectingType? otherType = other as ProjectingType; 175ProjectingType? otherType = c as ProjectingType; 325return o is ProjectingType other &&
System\Reflection\Context\Projection\Projector.cs (1)
99if (value is ProjectingType projectingType)