9 writes to TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (1)
Generated\361d1da7f942c932\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)
214TestSessionInfo = testSessionInfo 239TestSessionInfo = testSessionInfo 264TestSessionInfo = testSessionInfo 289TestSessionInfo = testSessionInfo 316TestSessionInfo = testSessionInfo 343TestSessionInfo = testSessionInfo 370TestSessionInfo = testSessionInfo 397TestSessionInfo = testSessionInfo
11 references to TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (2)
Generated\361d1da7f942c932\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)
471shouldLaunchTesthost && testRunPayload!.TestSessionInfo == null // TODO: Avoid throwing/catching NRE
vstest.console (4)
TestPlatformHelpers\TestRequestManager.cs (4)
399testRunRequestPayload.TestSessionInfo, 400debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null 409testRunRequestPayload.TestSessionInfo, 410debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null
vstest.console.arm64 (4)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (4)
399testRunRequestPayload.TestSessionInfo, 400debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null 409testRunRequestPayload.TestSessionInfo, 410debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null