2 writes to _inProcNodeThread
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
326_inProcNodeThread = null; 378_inProcNodeThread = new Thread(() =>
3 references to _inProcNodeThread
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
385_inProcNodeThread.Name = String.Format(CultureInfo.CurrentCulture, "In-proc Node ({0})", _componentHost.Name); 386_inProcNodeThread.IsBackground = true; 391_inProcNodeThread.Start();