1 write to _samplerTags
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivityCreationOptions.cs (1)
43
_samplerTags
= null;
4 references to _samplerTags
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\ActivityCreationOptions.cs (4)
119
if (
_samplerTags
== null)
122
Unsafe.AsRef(in
_samplerTags
) = new ActivityTagsCollection();
125
return
_samplerTags
!;
167
internal ActivityTagsCollection? GetSamplingTags() =>
_samplerTags
;