9 references to Count
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (6)
813
while (state.NfaState!.NfaStateSet.
Count
!= 0) // Dead end here means the set is empty
1032
Debug.Assert(next.
Count
== 0);
1082
Debug.Assert(current.
Count
> 0);
1357
if (sourceStates.
Count
== 1)
1453
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)