3 writes to _inProcNode
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
145
_inProcNode
= null;
324
_inProcNode
= null;
372
_inProcNode
= new InProcNode(_componentHost, endpoints.NodeEndpoint);
5 references to _inProcNode
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderInProc.cs (5)
162
if (
_inProcNode
== null)
176
if (
_inProcNode
!= null)
249
if (
_inProcNode
== null)
363
ErrorUtilities.VerifyThrow(
_inProcNode
== null, "In Proc node already instantiated.");
407
NodeEngineShutdownReason reason =
_inProcNode
.Run(out e);