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