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