5 references to IsSetFamily
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Emitter.cs (2)
1739Debug.Assert(startingLiteralNode.IsSetFamily); 1807if (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> 94RegexNode newNode = IsSetFamily ?
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
1207if (nextChild.IsSetFamily &&