1 write to FixedLength
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (1)
19FixedLength = fixedLength;
4 references to FixedLength
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\MatchReversalKind.cs (2)
15/// <see cref="MatchReversalInfo{TSet}.FixedLength"/> will contain the length of the fixed portion. 22/// <see cref="MatchReversalInfo{TSet}.FixedLength"/> will contain the length of the match.
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
433i -= _optimizedReversalInfo.FixedLength; 458matchStart = matchEnd - _optimizedReversalInfo.FixedLength;