2 writes to _methodDictionary
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
807_methodDictionary = method.RuntimeMethodDictionary
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (1)
84registeredMethodEntry._methodDictionary = methodEntry._methodDictionary;
6 references to _methodDictionary
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (4)
111return key.Equals(value._methodDictionary); 116Debug.Assert(value._methodDictionary != IntPtr.Zero); 117return value._methodDictionary.GetHashCode(); 361result = entry._methodDictionary;
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (2)
69Debug.Assert(methodEntry._methodDictionary != IntPtr.Zero); 84registeredMethodEntry._methodDictionary = methodEntry._methodDictionary;