1 write to _inProcNodeThread
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
366
nodeContext.
_inProcNodeThread
= new Thread(() =>
3 references to _inProcNodeThread
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
373
nodeContext.
_inProcNodeThread
.Name = $"In-proc Node ({_componentHost.Name})";
374
nodeContext.
_inProcNodeThread
.IsBackground = true;
379
nodeContext.
_inProcNodeThread
.Start();