7 references to NotNullOrEmpty
Microsoft.VisualStudio.TestPlatform.Common (1)
src\vstest\src\Microsoft.TestPlatform.Filter.Source\FastFilter.cs (1)
36ValidateArg.NotNullOrEmpty(filterProperties, nameof(filterProperties));
Microsoft.VisualStudio.TestPlatform.ObjectModel (6)
Client\DiscoveryCriteria.cs (1)
102ValidateArg.NotNullOrEmpty(sources, nameof(sources));
Client\TestRunCriteria.cs (5)
232ValidateArg.NotNullOrEmpty(testSources, nameof(sources)); 259ValidateArg.NotNullOrEmpty(testSources, nameof(sources)); 302ValidateArg.NotNullOrEmpty(adapterSourceMap, nameof(adapterSourceMap)); 407ValidateArg.NotNullOrEmpty(testCases, nameof(tests)); 484ValidateArg.NotNullOrEmpty(testCases, nameof(tests));