3 references to IsOneFamily
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexNode.cs (3)
30/// <remarks>For a <see cref="IsOneFamily"/> or <see cref="IsNotoneFamily"/> node, the character from the expression.</remarks> 1385Debug.Assert(Kind is RegexNodeKind.One or RegexNodeKind.Multi || (IsOneFamily && M > 0)); 1387return IsOneFamily ? Ch : Str![0];