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