2 writes to _inProcNodeEndpoint
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
325
_inProcNodeEndpoint
= null;
368
_inProcNodeEndpoint
= endpoints.ManagerEndpoint;
7 references to _inProcNodeEndpoint
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderInProc.cs (7)
167
_inProcNodeEndpoint
.SendData(packet);
178
_inProcNodeEndpoint
.SendData(new NodeBuildComplete(enableReuse));
257
_inProcNodeEndpoint
.SendData(configuration);
364
ErrorUtilities.VerifyThrow(
_inProcNodeEndpoint
== null, "In Proc node endpoint already instantiated.");
369
_inProcNodeEndpoint
.OnLinkStatusChanged += new LinkStatusChangedDelegate(InProcNodeEndpoint_OnLinkStatusChanged);
393
_inProcNodeEndpoint
.Connect(this);
422
ErrorUtilities.VerifyThrow(endpoint ==
_inProcNodeEndpoint
, "Received link status event for a node other than our peer.");