3 references to _dict
Microsoft.CodeAnalysis (3)
Collections\KeyedStack.cs (3)
23if (!_dict.TryGetValue(key, out store)) 26_dict.Add(key, store); 35if (_dict.TryGetValue(key, out store) && store.Count > 0)