4 references to IfMemberNull
Microsoft.Extensions.Telemetry (4)
Enrichment\ApplicationLogEnricher.cs (2)
20
var enricherOptions = Throw.
IfMemberNull
(options, options.Value);
21
var applicationMetadata = Throw.
IfMemberNull
(metadata, metadata.Value);
Enrichment\ProcessLogEnricher.cs (1)
22
var enricherOptions = Throw.
IfMemberNull
(options, options.Value);
Enrichment\StaticProcessLogEnricher.cs (1)
20
var enricherOptions = Throw.
IfMemberNull
(options, options.Value);