1 instantiation of MethodForInstantiatedType
System.Private.TypeLoader (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (1)
508
return new
MethodForInstantiatedType
(key.TypicalMethodDef, key.InstantiatedType, key._hashcode);
7 references to MethodForInstantiatedType
System.Private.TypeLoader (7)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (7)
481
public sealed class MethodForInstantiatedTypeKeyHashtable : LockFreeReaderHashtable<MethodForInstantiatedTypeKey,
MethodForInstantiatedType
>
488
protected override int GetValueHashCode(
MethodForInstantiatedType
value)
493
protected override bool CompareKeyToValue(MethodForInstantiatedTypeKey key,
MethodForInstantiatedType
value)
501
protected override bool CompareValueToValue(
MethodForInstantiatedType
value1,
MethodForInstantiatedType
value2)
506
protected override
MethodForInstantiatedType
CreateValueFromKey(MethodForInstantiatedTypeKey key)
517
Debug.Assert(!(typicalMethodDef is
MethodForInstantiatedType
));