1 write to RuntimeMethodDictionary
System.Private.TypeLoader (1)
Internal\TypeSystem\InstantiatedMethod.Runtime.cs (1)
57RuntimeMethodDictionary = rmd;
10 references to RuntimeMethodDictionary
System.Private.TypeLoader (10)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
201IntPtr methodDictionary = _resolvedMethod.RuntimeMethodDictionary; 282Debug.Assert(GenericMethod.RuntimeMethodDictionary != IntPtr.Zero); 283return GenericMethod.RuntimeMethodDictionary; 412((InstantiatedMethod)Method).RuntimeMethodDictionary :
Internal\Runtime\TypeLoader\TypeBuilder.cs (6)
51if (method.RuntimeMethodDictionary != IntPtr.Zero) 524Debug.Assert(method.RuntimeMethodDictionary == IntPtr.Zero && method.Dictionary != null); 631TypeLoaderLogger.WriteLine("Setting dictionary entries for method " + method.ToString() + " @ " + method.RuntimeMethodDictionary.LowLevelToString()); 815_methodDictionary = method.RuntimeMethodDictionary 853dictionary = unboxTargetMethod.RuntimeMethodDictionary; 1309methodDictionary = methodBeingLoaded.RuntimeMethodDictionary;