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