2 implementations of Listen
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
163public void Listen(INodePacketFactory factory)
NodeEndpointOutOfProcBase.cs (1)
152public 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);