9 implementations of IProjectable
System.Reflection.Context (9)
System\Reflection\Context\Projection\ProjectingAssembly.cs (1)
13internal class ProjectingAssembly : DelegatingAssembly, IProjectable
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
11internal class ProjectingConstructorInfo : DelegatingConstructorInfo, IProjectable
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
12internal class ProjectingEventInfo : DelegatingEventInfo, IProjectable
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (1)
12internal class ProjectingFieldInfo : DelegatingFieldInfo, IProjectable
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
12internal class ProjectingMethodInfo : DelegatingMethodInfo, IProjectable
System\Reflection\Context\Projection\ProjectingModule.cs (1)
12internal class ProjectingModule : DelegatingModule, IProjectable
System\Reflection\Context\Projection\ProjectingParameterInfo.cs (1)
12internal class ProjectingParameterInfo : DelegatingParameterInfo, IProjectable
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
12internal class ProjectingPropertyInfo : DelegatingPropertyInfo, IProjectable
System\Reflection\Context\Projection\ProjectingType.cs (1)
12internal class ProjectingType : DelegatingType, IProjectable
3 references to IProjectable
System.Reflection.Context (3)
System\Reflection\Context\Projection\Projector.cs (3)
37Debug.Assert(!(value is IProjectable) || ((IProjectable)value).Projector != this); 112if (value is IProjectable projector && projector == this)