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)
119if (_samplerTags == null) 122Unsafe.AsRef(in _samplerTags) = new ActivityTagsCollection(); 125return _samplerTags!; 167internal ActivityTagsCollection? GetSamplingTags() => _samplerTags;