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