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