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