11 references to Throw
Microsoft.Extensions.AmbientMetadata.Application (11)
ApplicationMetadataConfigurationBuilderExtensions.cs (3)
29
_ =
Throw
.IfNull(builder);
30
_ =
Throw
.IfNull(hostEnvironment);
31
_ =
Throw
.IfNullOrWhitespace(sectionName);
ApplicationMetadataHostBuilderExtensions.cs (2)
28
_ =
Throw
.IfNull(builder);
29
_ =
Throw
.IfNullOrWhitespace(sectionName);
ApplicationMetadataServiceCollectionExtensions.cs (4)
25
_ =
Throw
.IfNull(services);
26
_ =
Throw
.IfNull(section);
42
_ =
Throw
.IfNull(services);
43
_ =
Throw
.IfNull(configure);
ApplicationMetadataSource.cs (2)
28
_hostEnvironment =
Throw
.IfNull(hostEnvironment);
29
SectionName =
Throw
.IfNullOrWhitespace(sectionName);