1 write to _genericTypeArgumentHandles
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
112
_genericTypeArgumentHandles
= genericTypeArgumentHandles;
6 references to _genericTypeArgumentHandles
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (6)
117
return _typeToLookup != null ? _typeToLookup.GetHashCode() : VersionResilientHashCode.GenericInstanceHashCode(_genericTypeDefinitionHandle.GetHashCode(),
_genericTypeArgumentHandles
);
126
int lookupArity = (_typeToLookup != null ? _typeToLookup.Instantiation.Length :
_genericTypeArgumentHandles
.Length);
131
RuntimeTypeHandle lookupArg = (_typeToLookup != null ? _typeToLookup.Instantiation[i].RuntimeTypeHandle :
_genericTypeArgumentHandles
[i]);
160
if (entry._genericTypeArgumentHandles.Length !=
_genericTypeArgumentHandles
.Length)
163
for (int i = 0; i <
_genericTypeArgumentHandles
.Length; i++)
164
if (!entry._genericTypeArgumentHandles[i].Equals(
_genericTypeArgumentHandles
[i]))