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