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)
53return TypeLoaderEnvironment.Instance.GetCanonicalHashCode(_typeToFind, CanonicalFormKind.Specific); 55return _typeToFind.GetHashCode(); 83return _typeToFind.Equals(other);