1 write to RuntimeMethodDictionary
System.Private.TypeLoader (1)
Internal\TypeSystem\InstantiatedMethod.Runtime.cs (1)
57
RuntimeMethodDictionary
= rmd;
9 references to RuntimeMethodDictionary
System.Private.TypeLoader (9)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
195
IntPtr methodDictionary = _resolvedMethod.
RuntimeMethodDictionary
;
276
Debug.Assert(GenericMethod.
RuntimeMethodDictionary
!= IntPtr.Zero);
277
return GenericMethod.
RuntimeMethodDictionary
;
406
((InstantiatedMethod)Method).
RuntimeMethodDictionary
:
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
51
if (method.
RuntimeMethodDictionary
!= IntPtr.Zero)
524
Debug.Assert(method.
RuntimeMethodDictionary
== IntPtr.Zero && method.Dictionary != null);
631
TypeLoaderLogger.WriteLine("Setting dictionary entries for method " + method.ToString() + " @ " + method.
RuntimeMethodDictionary
.LowLevelToString());
807
_methodDictionary = method.
RuntimeMethodDictionary
1246
methodDictionary = methodBeingLoaded.
RuntimeMethodDictionary
;