1 write to _nextElementValue
Microsoft.CodeAnalysis (1)
InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (1)
23
_nextElementValue
= nextElementValue;
5 references to _nextElementValue
Microsoft.CodeAnalysis (5)
InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (5)
44
return new ImmutableSetWithInsertionOrder<T>(_map.Add(value,
_nextElementValue
),
_nextElementValue
+ 1u);
50
var nextElementValue =
_nextElementValue
;
91
return this.Count == 1 ? Empty : new ImmutableSetWithInsertionOrder<T>(modifiedMap,
_nextElementValue
);
119
return new ImmutableSetWithInsertionOrder<T>(builder.ToImmutable(),
_nextElementValue
);