3 references to IfNullOrWhitespace
Microsoft.Extensions.AmbientMetadata.Application (3)
ApplicationMetadataConfigurationBuilderExtensions.cs (1)
31
_ = Throw.
IfNullOrWhitespace
(sectionName);
ApplicationMetadataHostBuilderExtensions.cs (1)
29
_ = Throw.
IfNullOrWhitespace
(sectionName);
ApplicationMetadataSource.cs (1)
29
SectionName = Throw.
IfNullOrWhitespace
(sectionName);