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