8 references to Host
Microsoft.TestPlatform.CommunicationUtilities (4)
CommunicationEndpointFactory.cs (1)
17
ICommunicationEndPoint endPoint = role == ConnectionRole.
Host
? new SocketServer() : new SocketClient();
SocketTransport.cs (1)
36
case ConnectionRole.
Host
:
TestRequestSender.cs (2)
100
_connectionInfo.Role = testhostConnectionInfo.Role == ConnectionRole.
Host
102
: ConnectionRole.
Host
;
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
241
if (_testHostLaunched && testHostConnectionInfo.Role == ConnectionRole.
Host
)
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
269
connectionRole = ConnectionRole.
Host
;
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
269
connectionRole = ConnectionRole.
Host
;
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
269
connectionRole = ConnectionRole.
Host
;