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)
84
registeredMethodEntry.
_methodDictionary
= methodEntry._methodDictionary;
6 references to _methodDictionary
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (4)
111
return key.Equals(value.
_methodDictionary
);
116
Debug.Assert(value.
_methodDictionary
!= IntPtr.Zero);
117
return value.
_methodDictionary
.GetHashCode();
361
result = entry.
_methodDictionary
;
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (2)
69
Debug.Assert(methodEntry.
_methodDictionary
!= IntPtr.Zero);
84
registeredMethodEntry._methodDictionary = methodEntry.
_methodDictionary
;