4 references to CannotBeNullOrEmpty
Microsoft.VisualStudio.TestPlatform.Common (4)
Logging\TestSessionMessageLogger.cs (1)
69
throw new ArgumentException(ObjectModelCommonResources.
CannotBeNullOrEmpty
, nameof(message));
RunSettings.cs (2)
61
throw new ArgumentException(ObjectModelCommonResources.
CannotBeNullOrEmpty
, nameof(settingsName));
79
throw new ArgumentException(ObjectModelCommonResources.
CannotBeNullOrEmpty
, settings);
SettingsProvider\SettingsProviderExtensionManager.cs (1)
171
throw new ArgumentException(ObjectModelCommonResources.
CannotBeNullOrEmpty
, nameof(settingsName));