6 references to ArgumentThrowHelper
Microsoft.Extensions.Localization (6)
ResourceLocationAttribute.cs (1)
21ArgumentThrowHelper.ThrowIfNullOrEmpty(resourceLocation);
ResourceManagerStringLocalizerFactory.cs (4)
79ArgumentThrowHelper.ThrowIfNullOrEmpty(baseNamespace); 80ArgumentThrowHelper.ThrowIfNullOrEmpty(typeInfo.FullName); 102ArgumentThrowHelper.ThrowIfNullOrEmpty(baseResourceName); 103ArgumentThrowHelper.ThrowIfNullOrEmpty(baseNamespace);
RootNamespaceAttribute.cs (1)
22ArgumentThrowHelper.ThrowIfNullOrEmpty(rootNamespace);