Implemented interface member:
property
IsBeingDebugged
Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IRunContext.IsBeingDebugged
1 write to IsBeingDebugged
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
152
RunContext.
IsBeingDebugged
= TestExecutionContext.IsDebug;
1 reference to IsBeingDebugged
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
393
if (!RunContext.
IsBeingDebugged
|| attachedToTestHost)