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