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