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