9 references to Count
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (6)
811
while (state.NfaState!.NfaStateSet.
Count
!= 0) // Dead end here means the set is empty
1030
Debug.Assert(next.
Count
== 0);
1080
Debug.Assert(current.
Count
> 0);
1355
if (sourceStates.
Count
== 1)
1451
Debug.Assert(nextStates.
Count
== 0 || sourceStates.
Count
> 0);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (3)
82
Debug.Assert(states.NfaStateSet.
Count
> 0);
139
if (states.NfaStateSet.
Count
> 0)
154
if (states.NfaStateSet.
Count
== 0 || inputSoFar.Length > SampleMatchesMaxInputLength)