3 writes to _inProcNode
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
146
_inProcNode
= null;
335
_inProcNode
= null;
383
_inProcNode
= new InProcNode(_componentHost, endpoints.NodeEndpoint);
5 references to _inProcNode
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderInProc.cs (5)
163
if (
_inProcNode
== null)
177
if (
_inProcNode
!= null)
250
if (
_inProcNode
== null)
374
ErrorUtilities.VerifyThrow(
_inProcNode
== null, "In Proc node already instantiated.");
418
NodeEngineShutdownReason reason =
_inProcNode
.Run(out e);