1 write to IsClosed
NuGet.Protocol (1)
Plugins\Receiver.cs (1)
41IsClosed = true;
4 references to IsClosed
NuGet.Protocol (4)
Plugins\Receiver.cs (1)
79if (IsClosed)
Plugins\StandardInputReceiver.cs (1)
115while (!IsClosed && (line = _reader.ReadLine()) != null)
Plugins\StandardOutputReceiver.cs (2)
62if (!IsClosed) 101if (!IsClosed && !string.IsNullOrEmpty(e.Line))