1 write to Kind
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\MatchReversal.cs (1)
18Kind = 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)
417switch (_optimizedReversalInfo.Kind) 425if (_optimizedReversalInfo.Kind is MatchReversalKind.MatchStart) 462Debug.Fail($"Unexpected reversal kind: {_optimizedReversalInfo.Kind}");