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