2 references to ParentExecutionIdPropertyIdentifier
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
Utility\Constants.cs (1)
108
public static readonly TestProperty ParentExecIdProperty = TestProperty.Register("ParentExecId",
ParentExecutionIdPropertyIdentifier
, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.TestResult));
Utility\Converter.cs (1)
320
property => property.Id.Equals(Constants.
ParentExecutionIdPropertyIdentifier
));