Implemented interface members:
13 references to Count
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfigSet.cs (3)
298treeOptionsBuilder.Count > 0 ? treeOptionsBuilder.ToImmutable() : SyntaxTree.EmptyDiagnosticOptions, 299analyzerOptionsBuilder.Count > 0 ? analyzerOptionsBuilder.ToImmutable() : DictionaryAnalyzerConfigOptions.EmptyDictionary, 540ArrayBuilder<Section> namedSectionBuilder = new ArrayBuilder<Section>(_values.Count);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
407argument.map.Add(operation, (argument.region, argument.map.Count));
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
853if (existingState.RemainingValues.Count != newRemainingValues.Count ||
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageFixAllCodeAction.cs (1)
208if (diagnosticsMapBuilder.Count == 0)
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (2)
482if (builder.Count == 0) 574if (builder.Count == 0)
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (5)
174get { return this.Keys.ToArray(this.Count); } 197get { return this.Values.ToArray(this.Count); } 231get { return this.Keys.ToArray(this.Count); } 242get { return this.Values.ToArray(this.Count); } 347Requires.Range(array.Length >= arrayIndex + this.Count, nameof(arrayIndex));