2 references to AttributeValueString
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\RunSettingsProviderExtensions.cs (2)
98var attrValue = $"(?<{AttributeValueString}>.+)"; 115var attrValue = match.Groups[AttributeValueString].Value;