1 instantiation of AttributeSet
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
400
return new
AttributeSet
(name, XslVersion.Current);
17 references to AttributeSet
System.Private.Xml (17)
System\Xml\Xsl\Xslt\Compiler.cs (3)
56
public Dictionary<QilName,
AttributeSet
> AttributeSets = new Dictionary<QilName,
AttributeSet
>();
145
AttributeSet
? attSet;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
599
tmpl is
AttributeSet
? T.AttributeS : T.NodeNotRtfS
1278
AttributeSet
? attSet;
System\Xml\Xsl\Xslt\Stylesheet.cs (2)
33
public Dictionary<QilName,
AttributeSet
>? AttributeSets = new Dictionary<QilName,
AttributeSet
>();
System\Xml\Xsl\Xslt\XslAst.cs (2)
166
public void MergeContent(
AttributeSet
other)
398
public static
AttributeSet
AttributeSet(QilName name)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
329
protected override XslFlags VisitAttributeSet(
AttributeSet
node)
630
if (_compiler!.AttributeSets.TryGetValue(node.Name!, out
AttributeSet
? attSet) && _currentTemplate != null)
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
105
foreach (
AttributeSet
attSet in compiler.AttributeSets.Values)
806
AttributeSet
? usedAttSet;
823
private void CheckAttributeSetsDfs(
AttributeSet
attSet)
1069
AttributeSet
? set;
System\Xml\Xsl\Xslt\XslVisitor.cs (2)
16
XslNodeType.AttributeSet => VisitAttributeSet((
AttributeSet
)node),
50
protected virtual T VisitAttributeSet(
AttributeSet
node) { return VisitChildren(node); }