1 write to _tempData
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TempDataDictionary.cs (1)
282_tempData = tempData;
4 references to _tempData
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
TempDataDictionary.cs (4)
283_tempData.AssertLoaded(); 284_enumerator = _tempData._data.GetEnumerator(); 292_tempData.AssertLoaded(); 294_tempData._initialKeys.Remove(kvp.Key);