3 writes to IsStopped
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\42\TestPlatformJsonContext.StopTestSessionCompleteEventArgs.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.StopTestSessionCompleteEventArgs)obj).IsStopped = value!,
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
595IsStopped = stopped
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
595IsStopped = stopped
4 references to IsStopped
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\42\TestPlatformJsonContext.StopTestSessionCompleteEventArgs.g.cs (2)
100Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.StopTestSessionCompleteEventArgs)obj).IsStopped, 132writer.WriteBoolean(PropName_IsStopped, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.StopTestSessionCompleteEventArgs)value).IsStopped);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
661return payload.EventArgs!.IsStopped; 751return payload.EventArgs!.IsStopped;