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