39 references to IfNull
Microsoft.Extensions.Telemetry (39)
Enrichment\ApplicationEnricherServiceCollectionExtensions.cs (5)
24
_ = Throw.
IfNull
(services);
39
_ = Throw.
IfNull
(services);
40
_ = Throw.
IfNull
(configure);
56
_ = Throw.
IfNull
(services);
57
_ = Throw.
IfNull
(section);
Enrichment\ProcessEnricherServiceCollectionExtensions.cs (5)
24
_ = Throw.
IfNull
(services);
39
_ = Throw.
IfNull
(services);
40
_ = Throw.
IfNull
(configure);
57
_ = Throw.
IfNull
(services);
58
_ = Throw.
IfNull
(section);
Http\ParsedRouteSegments.cs (1)
22
_ = Throw.
IfNull
(segments);
Latency\Internal\LatencyContextRegistrySet.cs (1)
50
_ = Throw.
IfNull
(names);
Latency\Internal\LatencyContextTokenIssuer.cs (3)
26
_ = Throw.
IfNull
(name);
32
_ = Throw.
IfNull
(name);
38
_ = Throw.
IfNull
(name);
Latency\Internal\Registry.cs (1)
66
_ = Throw.
IfNull
(key);
Latency\LatencyConsoleExtensions.cs (5)
26
_ = Throw.
IfNull
(services);
43
_ = Throw.
IfNull
(services);
44
_ = Throw.
IfNull
(configure);
60
_ = Throw.
IfNull
(services);
61
_ = Throw.
IfNull
(section);
Latency\LatencyContextExtensions.cs (5)
25
_ = Throw.
IfNull
(services);
42
_ = Throw.
IfNull
(services);
43
_ = Throw.
IfNull
(configure);
58
_ = Throw.
IfNull
(services);
59
_ = Throw.
IfNull
(section);
Logging\ExtendedLoggerFactory.cs (2)
127
_ = Throw.
IfNull
(categoryName);
151
_ = Throw.
IfNull
(provider);
Logging\LoggingEnrichmentExtensions.cs (4)
34
_ = Throw.
IfNull
(builder);
35
_ = Throw.
IfNull
(configure);
52
_ = Throw.
IfNull
(builder);
53
_ = Throw.
IfNull
(section);
Logging\LoggingRedactionExtensions.cs (4)
34
_ = Throw.
IfNull
(builder);
35
_ = Throw.
IfNull
(configure);
51
_ = Throw.
IfNull
(builder);
52
_ = Throw.
IfNull
(section);
src\Shared\Memoization\MemoizedFunction.cs (2)
68
_function = Throw.
IfNull
(function);
141
_function = Throw.
IfNull
(function);
src\Shared\Pools\PoolFactory.cs (1)
57
_ = Throw.
IfNull
(policy);