3 writes to _nextReconnectionInterval
Shared (3)
ServerSentEvents\SseParser_1.cs (3)
347
_nextReconnectionInterval
= null;
401
_nextReconnectionInterval
= null;
452
_nextReconnectionInterval
= ReconnectionInterval = timeSpan;
2 references to _nextReconnectionInterval
Shared (2)
ServerSentEvents\SseParser_1.cs (2)
344
sseItem = new SseItem<T>(data, _eventType) { EventId = _eventId, ReconnectionInterval =
_nextReconnectionInterval
};
398
sseItem = new SseItem<T>(data, _eventType) { EventId = _eventId, ReconnectionInterval =
_nextReconnectionInterval
};