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(); 264return _loadCts.Token;