2 references to ParentExecutionIdPropertyIdentifier
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
Constants.cs (1)
64public static readonly TestProperty ParentExecIdProperty = TestProperty.Register("ParentExecId", ParentExecutionIdPropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(TestResult));
HtmlLogger.cs (1)
387property.Id.Equals(HtmlLoggerConstants.ParentExecutionIdPropertyIdentifier));