2 writes to _inProcNodeEndpoint
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
336
_inProcNodeEndpoint
= null;
379
_inProcNodeEndpoint
= endpoints.ManagerEndpoint;
7 references to _inProcNodeEndpoint
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderInProc.cs (7)
168
_inProcNodeEndpoint
.SendData(packet);
179
_inProcNodeEndpoint
.SendData(new NodeBuildComplete(enableReuse));
258
_inProcNodeEndpoint
.SendData(configuration);
375
ErrorUtilities.VerifyThrow(
_inProcNodeEndpoint
== null, "In Proc node endpoint already instantiated.");
380
_inProcNodeEndpoint
.OnLinkStatusChanged += new LinkStatusChangedDelegate(InProcNodeEndpoint_OnLinkStatusChanged);
404
_inProcNodeEndpoint
.Connect(this);
433
ErrorUtilities.VerifyThrow(endpoint ==
_inProcNodeEndpoint
, "Received link status event for a node other than our peer.");