2 writes to KeepAlive
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestExecutionContextConverter.cs (1)
35context.KeepAlive = keepAlive.GetBoolean();
Microsoft.VisualStudio.TestPlatform.Common (1)
Interfaces\Engine\ClientProtocol\TestExecutionContext.cs (1)
54KeepAlive = keepAlive;
2 references to KeepAlive
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestExecutionContextConverter.cs (1)
54writer.WriteBoolean("KeepAlive", value.KeepAlive);
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
149RunContext.KeepAlive = TestExecutionContext.KeepAlive;