2 writes to _sendCompleted
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1343
_sendCompleted
= true;
1495
_sendCompleted
= true;
2 references to _sendCompleted
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1267
if (
_sendCompleted
)
1493
if (!
_sendCompleted
)