1 write to Dictionary
System.Private.TypeLoader (1)
Internal\TypeSystem\InstantiatedMethod.Runtime.cs (1)
47Dictionary = dictionary;
6 references to Dictionary
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\TypeBuilder.cs (6)
281Debug.Assert(method.Dictionary == null); 338if (method.Dictionary == null) 524Debug.Assert(method.RuntimeMethodDictionary == IntPtr.Zero && method.Dictionary != null); 526IntPtr rmd = method.Dictionary.Allocate(); 629Debug.Assert(method.Dictionary != null); 632method.Dictionary.Finish(this);