1 instantiation of RuntimeMethodKey
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
452return _runtimeMethods.GetOrCreateValue(new RuntimeMethodKey(unboxingStub, asyncVariant, returnDroppingAsyncThunk, owningType, nameAndSignature));
6 references to RuntimeMethodKey
System.Private.TypeLoader (6)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (6)
341public class RuntimeMethodKeyHashtable : LockFreeReaderHashtable<RuntimeMethodKey, MethodDesc> 343protected override int GetKeyHashCode(RuntimeMethodKey key) 353protected override bool CompareKeyToValue(RuntimeMethodKey key, MethodDesc value) 424protected override MethodDesc CreateValueFromKey(RuntimeMethodKey key) 447private RuntimeMethodKey.RuntimeMethodKeyHashtable _runtimeMethods; 451_runtimeMethods ??= new RuntimeMethodKey.RuntimeMethodKeyHashtable();