Implemented interface members:
25 references to Count
Aspire.Hosting.Python (1)
PythonVersionDetector.cs (1)
98
if (match.Success && match.Groups.
Count
> 2)
Microsoft.AspNetCore.Rewrite (1)
BackReferenceCollection.cs (1)
16
for (var i = 0; i < references.
Count
; i++)
Microsoft.Build (4)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (2)
87
if (sectionMatch.Success && sectionMatch.Groups.
Count
> 0)
100
if (propMatch.Success && propMatch.Groups.
Count
> 1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (1)
51
Debug.Assert(match.Groups.
Count
- 1 == _numberRangePairs.Length);
Evaluation\IntrinsicFunctions.cs (1)
295
if (m.Success && m.Groups.
Count
>= 1 && valueName.Equals("InstallRoot", StringComparison.OrdinalIgnoreCase))
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.cs (2)
222
if (sectionMatches.Count > 0 && sectionMatches[0].Groups.
Count
> 0)
236
if (propMatches.Count > 0 && propMatches[0].Groups.
Count
> 1)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (1)
49
Debug.Assert(match.Groups.
Count
- 1 == _numberRangePairs.Length);
Microsoft.DotNet.Build.Tasks.Installers (3)
src\CreateWixBuildWixpack.cs (2)
234
if (match.Groups.
Count
== 3)
645
if (match.Groups.
Count
> 1)
src\GenerateCurrentVersion.cs (1)
100
if (match.Success && match.Groups.
Count
> 2)
System.Text.RegularExpressions (13)
System\Text\RegularExpressions\GroupCollection.cs (11)
81
/// <see cref="
Count
" /> property. Valid values for the <paramref name="groupnum" /> parameter
198
/// <paramref name="arrayIndex" /> plus <see cref="
Count
" /> is outside the bounds of
208
for (int i = arrayIndex, j = 0; j <
Count
; i++, j++)
247
if (array.Length - arrayIndex <
Count
)
252
for (int i = arrayIndex, j = 0; j <
Count
; i++, j++)
260
for (int i = 0; i <
Count
; i++)
370
for (int i = 0; i <
Count
; ++i)
383
for (int i = 0; i <
Count
; ++i)
405
int size = _collection.
Count
;
420
if (_index < 0 || _index >= _collection.
Count
)
433
if ((uint)_index >= _collection.
Count
)
System\Text\RegularExpressions\Regex.Split.cs (2)
305
for (int i = 1; i < match.Groups.
Count
; i++)
333
for (int i = 1; i < match.Groups.
Count
; i++)