4 writes to CaptureCompletion
Microsoft.AspNetCore.Components.Endpoints (4)
CacheView\CacheViewService.cs (4)
179
state.
CaptureCompletion
= null;
199
state.
CaptureCompletion
= null;
278
state.
CaptureCompletion
= captureCompletion;
305
state.
CaptureCompletion
= null;
3 references to CaptureCompletion
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheViewService.cs (3)
130
if (state is {
CaptureCompletion
: not null })
159
var completion = state.
CaptureCompletion
;
190
var completion = state.
CaptureCompletion
;