1 write to Name
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
237
Name
= element.Attribute("Name")?.Value
1 reference to Name
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
179
foreach (var testList in testLists.Where(g => TestListsToRun.Contains(g.
Name
?? string.Empty)))