3 writes to DebugEnabledForTestSession
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\49\TestPlatformJsonContext.TestRunCriteria.g.cs (1)
181Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria)obj).DebugEnabledForTestSession = value!,
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\TestRunCriteria.cs (2)
243DebugEnabledForTestSession = debugEnabledForTestSession; 488DebugEnabledForTestSession = debugEnabledForTestSession;
5 references to DebugEnabledForTestSession
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\49\TestPlatformJsonContext.TestRunCriteria.g.cs (2)
180Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria)obj).DebugEnabledForTestSession, 359writer.WriteBoolean(PropName_DebugEnabledForTestSession, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria)value).DebugEnabledForTestSession);
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\Parallel\ParallelProxyExecutionManager.cs (2)
352testRunCriteria.DebugEnabledForTestSession); 367testRunCriteria.DebugEnabledForTestSession);
TestEngine.cs (1)
325testRunCriteria.DebugEnabledForTestSession);