10 references to _cachedSources
Microsoft.Extensions.Diagnostics (10)
Tracing\DefaultActivitySourceFactory.cs (10)
54lock (_cachedSources) 72lock (_cachedSources) 87if (_cachedSources.TryGetValue(options.Name, out FactoryActivitySource[]? sources)) 94_cachedSources[options.Name] = grown; 98_cachedSources.Add(options.Name, [newSource]); 107Debug.Assert(Monitor.IsEntered(_cachedSources)); 109if (_cachedSources.TryGetValue(options.Name, out FactoryActivitySource[]? sources)) 148lock (_cachedSources) 164foreach (KeyValuePair<string, FactoryActivitySource[]> entry in _cachedSources) 172_cachedSources.Clear();