2 overrides of GetDebugName
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XslAst.cs (2)
158public override string GetDebugName() => $"<xsl:attribute-set name=\"{Name!.QualifiedName}\">"; 188public override string GetDebugName()
1 reference to GetDebugName
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
601tmpl.Function.DebugName = tmpl.GetDebugName();