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