1 write to _count
Microsoft.CodeAnalysis.Workspaces (1)
OrderPreservingMultiDictionary.cs (1)
330
_count
= _valueSet.Count;
2 references to _count
Microsoft.CodeAnalysis.Workspaces (2)
OrderPreservingMultiDictionary.cs (2)
331
Debug.Assert(
_count
>= 1);
342
return _index <
_count
;