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