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