1 write to _runtimeMethods
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
451
_runtimeMethods
??= new RuntimeMethodKey.RuntimeMethodKeyHashtable();
3 references to _runtimeMethods
System.Private.TypeLoader (3)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (3)
452
return
_runtimeMethods
.GetOrCreateValue(new RuntimeMethodKey(unboxingStub, asyncVariant, returnDroppingAsyncThunk, owningType, nameAndSignature));
518
if (
_runtimeMethods
!= null)
519
loadFactor +=
_runtimeMethods
.Count;