5 writes to _count
Microsoft.CodeAnalysis.CodeStyle (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.CodeStyle (4)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (4)
49Debug.Assert(_count > 1); 52Debug.Assert(_count == v.Count); 73return _count > 1 ? _values.Current : _value; 79switch (_count)