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