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();