Base:
method
ProjectType
System.Reflection.Context.Projection.Projector.ProjectType(System.Type)
5 references to ProjectType
System.Reflection.Context (5)
System\Reflection\Context\CustomReflectionContext.Projector.cs (5)
29
return
ProjectType
(value);
231
output =
ProjectType
((Type)value);
263
Type? argumentType =
ProjectType
(value.ArgumentType);
281
InterfaceType =
ProjectType
(value.InterfaceType),
283
TargetType =
ProjectType
(value.TargetType)