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