1 write to _map
Microsoft.CodeAnalysis (1)
InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (1)
22
_map
= map;
13 references to _map
Microsoft.CodeAnalysis (13)
InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (13)
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);
57
if (
_map
.ContainsKey(value))
62
builder =
_map
.ToBuilder();
84
var modifiedMap =
_map
.Remove(value);
85
if (modifiedMap ==
_map
)
103
if (!
_map
.ContainsKey(value))
108
builder =
_map
.ToBuilder();
124
get { return
_map
.OrderBy(kv => kv.Value).Select(kv => kv.Key); }
134
return
_map
.Keys.GetEnumerator();
139
return
_map
.Keys.GetEnumerator();