1 write to _nextElementValue
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (1)
23
_nextElementValue
= nextElementValue;
3 references to _nextElementValue
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (3)
44
return new ImmutableSetWithInsertionOrder<T>(_map.Add(value,
_nextElementValue
),
_nextElementValue
+ 1u);
56
return this.Count == 1 ? Empty : new ImmutableSetWithInsertionOrder<T>(modifiedMap,
_nextElementValue
);