9 references to Count
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\Regex.Replace.cs (2)
187
if (state.segments.
Count
== 0)
206
if (state.segments.
Count
== 0)
System\Text\RegularExpressions\RegexReplacement.cs (7)
250
if (state.offsetAndCounts.
Count
!= 0)
259
Debug.Assert(state.offsetAndCounts.
Count
% 2 == 0, $"{state.offsetAndCounts.
Count
}");
260
Debug.Assert(state.offsetAndCounts.
Count
>= 4, $"{state.offsetAndCounts.
Count
}");
310
if (state.segments.
Count
== 0)
330
if (state.segments.
Count
== 0)