3 writes to DebugEnabledForTestSession
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\41\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;
4 references to DebugEnabledForTestSession
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\41\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 (2)
Client\Parallel\ParallelProxyExecutionManager.cs (2)
339testRunCriteria.DebugEnabledForTestSession); 354testRunCriteria.DebugEnabledForTestSession);