3 writes to _lastDataReceivedTime
Microsoft.AspNetCore.Components.Server (3)
Circuits\RemoteJSDataStream.cs (3)
73
_lastDataReceivedTime
= DateTimeOffset.UtcNow;
122
_lastDataReceivedTime
= DateTimeOffset.UtcNow;
214
_lastDataReceivedTime
= _lastDataReceivedTime.Subtract(_jsInteropDefaultCallTimeout);
2 references to _lastDataReceivedTime
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSDataStream.cs (2)
198
if (!_disposed && (DateTimeOffset.UtcNow >=
_lastDataReceivedTime
.Add(_jsInteropDefaultCallTimeout)))
214
_lastDataReceivedTime =
_lastDataReceivedTime
.Subtract(_jsInteropDefaultCallTimeout);