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);