6 references to Count
Microsoft.CodeAnalysis.Workspaces (6)
Options\GlobalOptionService.cs (1)
149
using var _ = ArrayBuilder<(OptionKey2, object?)>.GetInstance(options.
Count
, out var changedOptions);
src\Dependencies\Collections\OneOrMany.cs (5)
92
=>
Count
== 0;
195
if (
Count
!= other.
Count
)
249
return _index < _collection.
Count
;
264
=> "Count = " +
Count
;