4 references to Describe
System.Text.RegularExpressions.Generator (4)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (4)
216
Debug.Assert(child.Parent == node, $"{child.
Describe
()} missing reference to parent {node.
Describe
()}");
2851
var sb = new StringBuilder().AppendLine(curNode.
Describe
());
2861
sb.Append(new string(' ', stack.Count * 2)).Append(curNode.
Describe
()).AppendLine();