1 write to NewTestResults
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunChangedEventArgs.cs (1)
25NewTestResults = newTestResults;
3 references to NewTestResults
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestRunChangedEventArgsConverter.cs (1)
44WriteProperty(writer, "NewTestResults", value.NewTestResults, options);
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (1)
218foreach (TestResult result in e.NewTestResults!)
EventHandlers\PathConverter.cs (1)
103UpdateTestResults(testRunChangedArgs!.NewTestResults!, updateDirection);