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