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)
243
internal bool HasLinkedCancellationTokenSource =>
_linkedCts
is not null;
270
_linkedCts
?.Dispose();