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