1 write to Kind
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (1)
18
Kind
= kind;
4 references to Kind
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (1)
36
/// <remarks>This will be non-null iff <see cref="
Kind
"/> is <see cref="MatchReversalKind.PartialFixedLength"/>.</remarks>
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
417
switch (_optimizedReversalInfo.
Kind
)
425
if (_optimizedReversalInfo.
Kind
is MatchReversalKind.MatchStart)
462
Debug.Fail($"Unexpected reversal kind: {_optimizedReversalInfo.
Kind
}");