2 references to ExecutionIdPropertyIdentifier
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
Utility\Constants.cs (1)
107
public static readonly TestProperty ExecutionIdProperty = TestProperty.Register("ExecutionId",
ExecutionIdPropertyIdentifier
, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.TestResult));
Utility\Converter.cs (1)
335
property => property.Id.Equals(Constants.
ExecutionIdPropertyIdentifier
));