2 writes to _typeToFind
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (2)
33
_typeToFind
= typeToFind;
41
_typeToFind
= default(RuntimeTypeHandle);
3 references to _typeToFind
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (3)
53
return TypeLoaderEnvironment.Instance.GetCanonicalHashCode(
_typeToFind
, CanonicalFormKind.Specific);
55
return
_typeToFind
.GetHashCode();
83
return
_typeToFind
.Equals(other);