5 writes to _count
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (5)
33
_count
= 0;
42
_count
= 1;
48
_count
= set.Count;
85
_count
= 0;
94
_count
= 0;
4 references to _count
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (4)
49
Debug.Assert(
_count
> 1);
52
Debug.Assert(
_count
== v.Count);
73
return
_count
> 1 ? _values.Current : _value;
79
switch (
_count
)