5 references to IsSetFamily
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Emitter.cs (2)
1739
Debug.Assert(startingLiteralNode.
IsSetFamily
);
1807
if (startingLiteralNode.
IsSetFamily
)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (2)
26
/// <remarks>For a <see cref="RegexNodeKind.Multi"/>, this is the string from the expression. For an <see cref="
IsSetFamily
"/> node, this is the character class string from <see cref="RegexCharClass"/>.</remarks>
94
RegexNode newNode =
IsSetFamily
?
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
1207
if (nextChild.
IsSetFamily
&&