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