2 writes to _defType
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (2)
34
_defType
= null;
42
_defType
= typeToFind;
5 references to _defType
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (5)
49
if (
_defType
!= null)
50
return
_defType
.ConvertToCanonForm(CanonicalFormKind.Specific).GetHashCode();
61
if (
_defType
!= null)
63
TypeDesc typeToFindAsCanon =
_defType
.ConvertToCanonForm(CanonicalFormKind.Specific);
64
TypeDesc otherTypeAsTypeDesc =
_defType
.Context.ResolveRuntimeTypeHandle(other);