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)
28
get { return
_map
.Count; }
33
return
_map
.ContainsKey(value);
39
if (
_map
.ContainsKey(value))
44
return new ImmutableSetWithInsertionOrder<T>(
_map
.Add(value, _nextElementValue), _nextElementValue + 1u);
49
var modifiedMap =
_map
.Remove(value);
50
if (modifiedMap ==
_map
)
61
get { return
_map
.OrderBy(kv => kv.Value).Select(kv => kv.Key); }
71
return
_map
.Keys.GetEnumerator();
76
return
_map
.Keys.GetEnumerator();