2 writes to _inProcNodeThread
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
337_inProcNodeThread = null; 389_inProcNodeThread = new Thread(() =>
3 references to _inProcNodeThread
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
396_inProcNodeThread.Name = $"In-proc Node ({_componentHost.Name})"; 397_inProcNodeThread.IsBackground = true; 402_inProcNodeThread.Start();