1 write to _map
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (1)
22_map = map;
9 references to _map
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (9)
src\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (9)
28get { return _map.Count; } 33return _map.ContainsKey(value); 39if (_map.ContainsKey(value)) 44return new ImmutableSetWithInsertionOrder<T>(_map.Add(value, _nextElementValue), _nextElementValue + 1u); 49var modifiedMap = _map.Remove(value); 50if (modifiedMap == _map) 61get { return _map.OrderBy(kv => kv.Value).Select(kv => kv.Key); } 71return _map.Keys.GetEnumerator(); 76return _map.Keys.GetEnumerator();