1 write to _customProperties
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
1144Interlocked.CompareExchange(ref _customProperties, new Dictionary<string, object>(), null);
7 references to _customProperties
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Activity.cs (7)
1142if (_customProperties == null) 1147lock (_customProperties) 1151_customProperties.Remove(propertyName); 1155_customProperties[propertyName] = propertyValue!; 1169if (_customProperties == null) 1175lock (_customProperties) 1177ret = _customProperties.TryGetValue(propertyName, out object? o) ? o! : null;