18 references to NotNullOrWhiteSpace
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\MulticastDelegateUtilities.cs (1)
43
ValidateArg.
NotNullOrWhiteSpace
(traceDisplayName, nameof(traceDisplayName));
Microsoft.VisualStudio.TestPlatform.Common (4)
Utilities\RunSettingsProviderExtensions.cs (4)
50
ValidateArg.
NotNullOrWhiteSpace
(runsettingsXml, nameof(runsettingsXml));
81
ValidateArg.
NotNullOrWhiteSpace
(key, nameof(key));
146
ValidateArg.
NotNullOrWhiteSpace
(key, nameof(key));
157
ValidateArg.
NotNullOrWhiteSpace
(key, nameof(key));
Microsoft.VisualStudio.TestPlatform.ObjectModel (7)
DefaultExecutorUriAttribute.cs (1)
20
ValidateArg.
NotNullOrWhiteSpace
(executorUri, nameof(executorUri));
ExtensionUriAttribute.cs (1)
23
ValidateArg.
NotNullOrWhiteSpace
(extensionUri, nameof(extensionUri));
FileExtensionAttribute.cs (1)
28
ValidateArg.
NotNullOrWhiteSpace
(fileExtension, nameof(fileExtension));
FriendlyNameAttribute.cs (1)
22
ValidateArg.
NotNullOrWhiteSpace
(friendlyName, nameof(friendlyName));
Logging\Events\TestRunMessageEventArgs.cs (1)
22
ValidateArg.
NotNullOrWhiteSpace
(message, nameof(message));
RunSettings\SettingsNameAttribute.cs (1)
21
ValidateArg.
NotNullOrWhiteSpace
(settingsName, nameof(settingsName));
Utilities\AssemblyHelper.cs (1)
328
ValidateArg.
NotNullOrWhiteSpace
(fullyQualifiedName, nameof(fullyQualifiedName));
vstest.console (3)
CommandLine\CommandArgumentPair.cs (2)
38
ValidateArg.
NotNullOrWhiteSpace
(input, nameof(input));
49
ValidateArg.
NotNullOrWhiteSpace
(command, nameof(command));
Processors\Utilities\ArgumentProcessorFactory.cs (1)
110
ValidateArg.
NotNullOrWhiteSpace
(argument, nameof(argument));
vstest.console.arm64 (3)
src\vstest\src\vstest.console\CommandLine\CommandArgumentPair.cs (2)
38
ValidateArg.
NotNullOrWhiteSpace
(input, nameof(input));
49
ValidateArg.
NotNullOrWhiteSpace
(command, nameof(command));
src\vstest\src\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
110
ValidateArg.
NotNullOrWhiteSpace
(argument, nameof(argument));