Base:
property
Properties
Microsoft.VisualStudio.TestPlatform.ObjectModel.TestObject.Properties
11 references to Properties
Microsoft.TestPlatform.CommunicationUtilities (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestPlatformJsonContext.TestResult.g.cs (2)
283Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult)obj).Properties, 371IEnumerableTestPropertySerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult)value).Properties);
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
384var parentExecutionIdProperty = testResult.Properties.FirstOrDefault(property => 398var executionIdProperty = testResult.Properties.FirstOrDefault(property =>
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
Utility\Converter.cs (3)
319TestProperty? parentExecutionIdProperty = testResult.Properties.FirstOrDefault( 334TestProperty? executionIdProperty = testResult.Properties.FirstOrDefault( 355TestProperty? testTypeProperty = testResult.Properties.FirstOrDefault(property => property.Id.Equals(Constants.TestTypePropertyIdentifier));
vstest.console (2)
Internal\ConsoleLogger.cs (2)
392var parentExecutionIdProperty = testResult.Properties.FirstOrDefault(property => 406var executionIdProperty = testResult.Properties.FirstOrDefault(property =>
vstest.console.arm64 (2)
parent\vstest.console\Internal\ConsoleLogger.cs (2)
392var parentExecutionIdProperty = testResult.Properties.FirstOrDefault(property => 406var executionIdProperty = testResult.Properties.FirstOrDefault(property =>