6 references to PartialFixedLength
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (4)
14
Debug.Assert(kind is MatchReversalKind.MatchStart or MatchReversalKind.FixedLength or MatchReversalKind.
PartialFixedLength
);
16
Debug.Assert((adjustedStartState is not null) == (kind is MatchReversalKind.
PartialFixedLength
));
31
/// For <see cref="MatchReversalKind.
PartialFixedLength
"/>, this is the length of fixed portion of the match.
36
/// <remarks>This will be non-null iff <see cref="Kind"/> is <see cref="MatchReversalKind.
PartialFixedLength
"/>.</remarks>
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
240
new MatchReversalInfo<TSet>(MatchReversalKind.
PartialFixedLength
, pos, GetOrCreateState_NoLock(_builder.CreateDisableBacktrackingSimulation(node), 0));
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
420
case MatchReversalKind.
PartialFixedLength
: