9 writes to TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\42\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)
219TestSessionInfo = testSessionInfo 244TestSessionInfo = testSessionInfo 269TestSessionInfo = testSessionInfo 294TestSessionInfo = testSessionInfo 321TestSessionInfo = testSessionInfo 348TestSessionInfo = testSessionInfo 375TestSessionInfo = testSessionInfo 402TestSessionInfo = testSessionInfo
11 references to TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\42\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)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (4)
399testRunRequestPayload.TestSessionInfo, 400debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null 409testRunRequestPayload.TestSessionInfo, 410debugEnabledForTestSession: testRunRequestPayload.TestSessionInfo != null