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