Base:
1 override of GetType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingAssembly.cs (1)
89
public override Type?
GetType
(string name, bool throwOnError, bool ignoreCase)
1 reference to GetType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingAssembly.cs (1)
91
return Projector.ProjectType(base.
GetType
(name, throwOnError, ignoreCase));