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