6 references to _dictionary
WindowsBase (6)
Base\MS\Internal\TraceLevelStore.cs (6)
44
if (element == null ||
_dictionary
.Count == 0)
50
lock (
_dictionary
)
53
if (!
_dictionary
.TryGetValue(key, out result))
71
lock (
_dictionary
)
77
_dictionary
[key] = traceLevel;
81
_dictionary
.Remove(key);