2 implementations of Listen
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
163
public void
Listen
(INodePacketFactory factory)
NodeEndpointOutOfProcBase.cs (1)
152
public void
Listen
(INodePacketFactory factory)
2 references to Listen
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (1)
138
_nodeEndpoint.
Listen
(this);
BackEnd\Node\OutOfProcServerNode.cs (1)
140
_nodeEndpoint.
Listen
(this);