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