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);