5 references to Count
Microsoft.CodeAnalysis.Workspaces (5)
Options\GlobalOptionService.cs (1)
191
using var _ = ArrayBuilder<(OptionKey2, object?)>.GetInstance(options.
Count
, out var changedOptions);
src\Compilers\Core\Portable\InternalUtilities\OneOrMany.cs (4)
91
=>
Count
== 0;
194
if (
Count
!= other.
Count
)
248
return _index < _collection.
Count
;