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