9 implementations of Projector
System.Reflection.Context (9)
System\Reflection\Context\Projection\ProjectingAssembly.cs (1)
23
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
21
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
22
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (1)
22
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
22
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingModule.cs (1)
22
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingParameterInfo.cs (1)
22
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
22
public Projector
Projector
{ get; }
System\Reflection\Context\Projection\ProjectingType.cs (1)
24
public Projector
Projector
1 reference to Projector
System.Reflection.Context (1)
System\Reflection\Context\Projection\Projector.cs (1)
37
Debug.Assert(!(value is IProjectable) || ((IProjectable)value).
Projector
!= this);