4 references to FixedLength
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (2)
14
Debug.Assert(kind is MatchReversalKind.MatchStart or MatchReversalKind.
FixedLength
or MatchReversalKind.PartialFixedLength);
29
/// For <see cref="MatchReversalKind.
FixedLength
"/>, this is the full length of the match. The beginning may be found simply
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
239
node == _builder.Epsilon ? new MatchReversalInfo<TSet>(MatchReversalKind.
FixedLength
, pos) :
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
456
case MatchReversalKind.
FixedLength
: