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