1 write to IsClosed
NuGet.Protocol (1)
Plugins\Receiver.cs (1)
39IsClosed = true;
4 references to IsClosed
NuGet.Protocol (4)
Plugins\Receiver.cs (1)
77if (IsClosed)
Plugins\StandardInputReceiver.cs (1)
122while (!IsClosed && (line = _reader.ReadLine()) != null)
Plugins\StandardOutputReceiver.cs (2)
69if (!IsClosed) 109if (!IsClosed && line != null && line.Length > 0)