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