2 writes to _closed
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1363
if (Volatile.Read(ref
_closed
) != 0)
1486
if (Interlocked.Exchange(ref
_closed
, 1) != 0)