2 implementations of Listen
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
169
public void
Listen
(INodePacketFactory factory)
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
188
public void
Listen
(INodePacketFactory factory)
2 references to Listen
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (1)
143
_nodeEndpoint.
Listen
(this);
BackEnd\Node\OutOfProcServerNode.cs (1)
164
_nodeEndpoint.
Listen
(this);