Implemented interface member:
property
Projector
System.Reflection.Context.Projection.IProjectable.Projector
9 references to Projector
System.Reflection.Context (9)
System\Reflection\Context\Projection\ProjectingType.cs (9)
141if (otherType == null || Projector != otherType.Projector) 157if (otherType == null || Projector != otherType.Projector) 176if (otherType == null || Projector != otherType.Projector) 326Projector == other.Projector && 332return Projector.GetHashCode() ^ UnderlyingType.GetHashCode();