8 references to _connectionList
VBCSCompiler (8)
ServerDispatcher.cs (8)
140
} while (
_connectionList
.Count > 0 || _state == State.Running);
160
_connectionList
.Add(connectionTask);
190
all.AddRange(
_connectionList
);
247
if (_state == State.Running &&
_connectionList
.Count == 0 && _timeoutTask is null && _keepAlive.HasValue)
256
if (_state == State.Running &&
_connectionList
.Count == 0 && _gcTask is null)
270
while (i <
_connectionList
.Count)
272
var current =
_connectionList
[i];
279
_connectionList
.RemoveAt(i);