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