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)
44return new ImmutableSetWithInsertionOrder<T>(_map.Add(value, _nextElementValue), _nextElementValue + 1u); 50var nextElementValue = _nextElementValue; 91return this.Count == 1 ? Empty : new ImmutableSetWithInsertionOrder<T>(modifiedMap, _nextElementValue); 119return new ImmutableSetWithInsertionOrder<T>(builder.ToImmutable(), _nextElementValue);