1 write to _dictionary
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs (1)
34_dictionary = new Dictionary<K, SetWithInsertionOrder<V>>();
5 references to _dictionary
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs (5)
17public int Count => _dictionary.Count; 27return _dictionary.TryGetValue(k, out set) 41if (!_dictionary.TryGetValue(k, out set)) 47_dictionary[k] = set; 65key, _dictionary[key]);