2 writes to _name
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\ActivitySourceOptions.cs (2)
21_name = name ?? throw new ArgumentNullException(nameof(name)); 30set => _name = value ?? throw new ArgumentNullException(nameof(value));
1 reference to _name
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivitySourceOptions.cs (1)
29get => _name;