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)
165if (otherType == null || Projector != otherType.Projector) 181if (otherType == null || Projector != otherType.Projector) 200if (otherType == null || Projector != otherType.Projector) 359Projector == other.Projector && 365return Projector.GetHashCode() ^ UnderlyingType.GetHashCode();