1 write to Dictionary
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
414
state.
Dictionary
= new GenericTypeDictionary(GenericDictionaryCell.BuildDictionary(this, context, typeInfoParser.GetParserFromRelativeOffset()));
7 references to Dictionary
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\EETypeCreator.cs (4)
348
if (state.
Dictionary
!= null)
349
state.HalfBakedDictionary = state.
Dictionary
.Allocate();
352
Debug.Assert((state.
Dictionary
== null && state.HalfBakedDictionary == IntPtr.Zero) || (state.
Dictionary
!= null && state.HalfBakedDictionary != IntPtr.Zero));
Internal\Runtime\TypeLoader\TypeBuilder.cs (3)
408
Debug.Assert(state.
Dictionary
== null);
606
if (state.
Dictionary
!= null)
623
state.
Dictionary
.Finish(this);