9 references to Count
Microsoft.CodeAnalysis (9)
Collections\OrderPreservingMultiDictionary.cs (9)
99
Debug.Assert(valueSet.
Count
>= 1);
115
Debug.Assert(valueSet.
Count
>= 1);
148
Debug.Assert(valueSet.
Count
>= 1);
199
Debug.Assert(this.
Count
>= 1);
222
Debug.Assert(this.
Count
>= 1);
251
Debug.Assert(this.
Count
>= 1);
262
Debug.Assert(this.
Count
>= 1);
297
Debug.Assert(this.
Count
>= 1);
330
_count = _valueSet.
Count
;