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