5 references to MatchStart
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (2)
14
Debug.Assert(kind is MatchReversalKind.
MatchStart
or MatchReversalKind.FixedLength or MatchReversalKind.PartialFixedLength);
28
/// For <see cref="MatchReversalKind.
MatchStart
"/>, this is ignored.
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
238
pos == 0 ? new MatchReversalInfo<TSet>(MatchReversalKind.
MatchStart
, 0) :
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
419
case MatchReversalKind.
MatchStart
:
425
if (_optimizedReversalInfo.Kind is MatchReversalKind.
MatchStart
)