1 write to _tempDataKey
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempDataCascadingValueSupplier.cs (1)
120
_tempDataKey
= tempDataKey;
2 references to _tempDataKey
Microsoft.AspNetCore.Components.Endpoints (2)
TempData\TempDataCascadingValueSupplier.cs (2)
145
var value = tempData.Get(
_tempDataKey
);
172
_owner.DeleteValueCallback(
_tempDataKey
);