1 write to ManagerEndpoint
Microsoft.Build (1)
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
490
ManagerEndpoint
= manager;
18 references to ManagerEndpoint
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
368
_inProcNodeEndpoint = endpoints.
ManagerEndpoint
;
Microsoft.Build.Engine.UnitTests (17)
BackEnd\NodeEndpointInProc_Tests.cs (17)
220
endpoints.
ManagerEndpoint
.Listen(_host);
240
endpoints.
ManagerEndpoint
.Listen(_host);
243
endpoints.
ManagerEndpoint
.Disconnect();
253
endpoints.
ManagerEndpoint
.OnLinkStatusChanged += LinkStatusChanged;
257
endpoints.
ManagerEndpoint
.Listen(_host);
261
Assert.False(_linkStatusTable.ContainsKey(endpoints.
ManagerEndpoint
));
269
Assert.Equal(LinkStatus.Active, _linkStatusTable[endpoints.
ManagerEndpoint
].status);
294
endpoints.
ManagerEndpoint
.Listen(_host);
303
endpoints.
ManagerEndpoint
.SendData(managerPacket);
323
endpoints.
ManagerEndpoint
.Listen(_host);
332
endpoints.
ManagerEndpoint
.SendData(managerPacket);
350
endpoints.
ManagerEndpoint
.Disconnect();
362
opDelegate(pair.
ManagerEndpoint
);
407
endpoints.
ManagerEndpoint
.Disconnect();
419
Assert.Equal(LinkStatus.Inactive, _linkStatusTable[endpoints.
ManagerEndpoint
].status);
427
endpoints.
ManagerEndpoint
.OnLinkStatusChanged += LinkStatusChanged;
431
endpoints.
ManagerEndpoint
.Listen(_host);