1 implementation of INodeEndpoint
MSBuildTaskHost (1)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
21internal sealed class NodeEndpointOutOfProcTaskHost : INodeEndpoint
2 references to INodeEndpoint
MSBuildTaskHost (2)
BackEnd\INodeEndpoint.cs (1)
11internal delegate void LinkStatusChangedDelegate(INodeEndpoint endpoint, LinkStatus status);
OutOfProcTaskHostNode.cs (1)
570private void OnLinkStatusChanged(INodeEndpoint endpoint, LinkStatus status)