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