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