2 writes to _loadCts
Microsoft.AspNetCore.Components.Web (2)
Image\Image.cs (2)
258
_loadCts
= null;
263
_loadCts
= new CancellationTokenSource();
3 references to _loadCts
Microsoft.AspNetCore.Components.Web (3)
Image\Image.cs (3)
251
_loadCts
?.Cancel();
257
_loadCts
?.Dispose();
264
return
_loadCts
.Token;