3 writes to TestSessionInfo
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
203
TestSessionInfo
= _testSessionInfo,
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
524
TestSessionInfo
= null,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
524
TestSessionInfo
= null,
4 references to TestSessionInfo
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
465
return ackPayload.EventArgs!.
TestSessionInfo
;
565
return ackPayload.EventArgs!.
TestSessionInfo
;
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
269
testSessionInfo = eventArgs?.
TestSessionInfo
;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
269
testSessionInfo = eventArgs?.
TestSessionInfo
;