1 instantiation of AttributeSet
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
406
return new
AttributeSet
(name, XslVersion.Current);
17 references to AttributeSet
System.Data.SqlXml (17)
System\Xml\Xsl\Xslt\Compiler.cs (3)
64
public Dictionary<QilName,
AttributeSet
> AttributeSets = new Dictionary<QilName,
AttributeSet
>();
149
AttributeSet
attSet;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
517
tmpl is
AttributeSet
? T.AttributeS : T.NodeNotRtfS
1085
AttributeSet
attSet;
System\Xml\Xsl\Xslt\Stylesheet.cs (2)
34
public Dictionary<QilName,
AttributeSet
> AttributeSets = new Dictionary<QilName,
AttributeSet
>();
System\Xml\Xsl\Xslt\XslAst.cs (2)
200
public void MergeContent(
AttributeSet
other) {
405
public static
AttributeSet
AttributeSet(QilName name) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
355
protected override XslFlags VisitAttributeSet(
AttributeSet
node) {
608
AttributeSet
attSet;
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
90
foreach (
AttributeSet
attSet in compiler.AttributeSets.Values) {
662
AttributeSet
usedAttSet;
676
private void CheckAttributeSetsDfs(
AttributeSet
attSet) {
879
AttributeSet
set;
System\Xml\Xsl\Xslt\XslVisitor.cs (2)
16
case XslNodeType.AttributeSet : return VisitAttributeSet ((
AttributeSet
)node);
51
protected virtual T VisitAttributeSet (
AttributeSet
node) { return VisitChildren( node ); }