1 write to Specifier
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
279spec.Specifier = element.Attribute("Name")?.Value;
2 references to Specifier
Microsoft.NET.TestFramework (2)
TestCommandLine.cs (2)
199ret.Add(testSpec.Specifier ?? string.Empty); 221ret.Add(testSpec.Specifier ?? string.Empty);