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)
49if (_defType != null) 50return _defType.ConvertToCanonForm(CanonicalFormKind.Specific).GetHashCode(); 61if (_defType != null) 63TypeDesc typeToFindAsCanon = _defType.ConvertToCanonForm(CanonicalFormKind.Specific); 64TypeDesc otherTypeAsTypeDesc = _defType.Context.ResolveRuntimeTypeHandle(other);