Base:
1 override of GetInterface
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
219public override Type? GetInterface(string name, bool ignoreCase)
1 reference to GetInterface
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
221return _projector.ProjectType(base.GetInterface(name, ignoreCase));