1 implementation of INodeEndpoint
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
35internal abstract class NodeEndpointOutOfProcBase : INodeEndpoint
3 references to INodeEndpoint
MSBuildTaskHost (3)
INodeEndpoint.cs (2)
14internal delegate void LinkStatusChangedDelegate(INodeEndpoint endpoint, LinkStatus status); 21internal delegate void DataReceivedDelegate(INodeEndpoint endpoint, INodePacket packet);
OutOfProcTaskHostNode.cs (1)
867private void OnLinkStatusChanged(INodeEndpoint endpoint, LinkStatus status)