1 implementation of Save
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TempDataDictionary.cs (1)
156
public void
Save
()
8 references to Save
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\SaveTempDataFilter.cs (1)
148
tempData.
Save
();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Filters\SaveTempDataFilterTest.cs (7)
158
tempDataDictionary.Verify(tdd => tdd.
Save
(), Times.Once());
179
tempDataDictionary.Verify(tdf => tdf.
Save
(), Times.Once());
198
tempDataDictionary.Verify(tdf => tdf.
Save
(), Times.Once());
233
tempDataDictionary.Verify(tdf => tdf.
Save
(), Times.Once());
249
tempDataDictionary.Verify(tdf => tdf.
Save
(), Times.Once());
265
tempDataDictionary.Verify(tdf => tdf.
Save
(), Times.Once());
290
.Setup(tdd => tdd.
Save
())