1 implementation of WaitForRequestSenderConnection
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventSender.cs (1)
70
public bool
WaitForRequestSenderConnection
(int connectionTimeout)
3 references to WaitForRequestSenderConnection
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
195
if (!_dataCollectionTestCaseEventSender.
WaitForRequestSenderConnection
(timeout * 1000))
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
195
if (!_dataCollectionTestCaseEventSender.
WaitForRequestSenderConnection
(timeout * 1000))
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
195
if (!_dataCollectionTestCaseEventSender.
WaitForRequestSenderConnection
(timeout * 1000))