2 references to ExecutionIdPropertyIdentifier
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
Constants.cs (1)
62public static readonly TestProperty ExecutionIdProperty = TestProperty.Register("ExecutionId", ExecutionIdPropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(TestResult));
HtmlLogger.cs (1)
401property.Id.Equals(HtmlLoggerConstants.ExecutionIdPropertyIdentifier));