1 write to _count
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
342
_count
= _valueSet.Count;
2 references to _count
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (2)
343
Debug.Assert(
_count
>= 1);
354
return _index <
_count
;