5 writes to _count
Microsoft.CodeAnalysis (5)
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 (4)
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
)