1 write to _linkedCts
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSDataStream.cs (1)
264_linkedCts = linkedCts;
2 references to _linkedCts
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSDataStream.cs (2)
243internal bool HasLinkedCancellationTokenSource => _linkedCts is not null; 270_linkedCts?.Dispose();