1 write to HalfBakedDictionary
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\EETypeCreator.cs (1)
349state.HalfBakedDictionary = state.Dictionary.Allocate();
7 references to HalfBakedDictionary
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\EETypeCreator.cs (3)
352Debug.Assert((state.Dictionary == null && state.HalfBakedDictionary == IntPtr.Zero) || (state.Dictionary != null && state.HalfBakedDictionary != IntPtr.Zero)); 363MemoryHelpers.FreeMemory((void*)state.HalfBakedDictionary);
Internal\Runtime\TypeLoader\TypeBuilder.cs (4)
609Debug.Assert(state.HalfBakedDictionary != IntPtr.Zero); 614state.HalfBakedRuntimeTypeHandle.SetDictionary(dictionarySlot, state.HalfBakedDictionary); 622TypeLoaderLogger.WriteLine("Setting dictionary entries for type " + type.ToString() + " @ " + state.HalfBakedDictionary.LowLevelToString()); 664IntPtr dictionaryEntry = baseTypeState.HalfBakedDictionary;