5 references to MatchStart
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (2)
14Debug.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)
238pos == 0 ? new MatchReversalInfo<TSet>(MatchReversalKind.MatchStart, 0) :
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
419case MatchReversalKind.MatchStart: 425if (_optimizedReversalInfo.Kind is MatchReversalKind.MatchStart)