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