9 writes to TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (1)
181Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).TestSessionInfo = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (8)
VsTestConsoleRequestSender.cs (8)
220TestSessionInfo = testSessionInfo 245TestSessionInfo = testSessionInfo 270TestSessionInfo = testSessionInfo 295TestSessionInfo = testSessionInfo 322TestSessionInfo = testSessionInfo 349TestSessionInfo = testSessionInfo 376TestSessionInfo = testSessionInfo 403TestSessionInfo = testSessionInfo
11 references to TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (2)
180Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).TestSessionInfo, 218TestSessionInfoSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)value).TestSessionInfo);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
486shouldLaunchTesthost && testRunPayload!.TestSessionInfo == null // TODO: Avoid throwing/catching NRE
vstest.console (4)
TestPlatformHelpers\TestRequestManager.cs (4)
377testRunRequestPayload.TestSessionInfo, 378debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null 387testRunRequestPayload.TestSessionInfo, 388debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null
vstest.console.arm64 (4)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (4)
377testRunRequestPayload.TestSessionInfo, 378debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null 387testRunRequestPayload.TestSessionInfo, 388debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null