4 writes to CaptureCompletion
Microsoft.AspNetCore.Components.Endpoints (4)
CacheView\CacheViewService.cs (4)
183
state.
CaptureCompletion
= null;
203
state.
CaptureCompletion
= null;
282
state.
CaptureCompletion
= captureCompletion;
309
state.
CaptureCompletion
= null;
3 references to CaptureCompletion
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheViewService.cs (3)
134
if (state is {
CaptureCompletion
: not null })
163
var completion = state.
CaptureCompletion
;
194
var completion = state.
CaptureCompletion
;