7 references to AttributeSets
System.Private.Xml (7)
System\Xml\Xsl\Xslt\Compiler.cs (2)
146
if (!this.
AttributeSets
.TryGetValue(attSetName, out attSet))
148
this.
AttributeSets
[attSetName] = sheet.AttributeSets[attSetName];
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1279
if (_compiler.
AttributeSets
.TryGetValue(node.Name!, out attSet))
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
630
if (_compiler!.
AttributeSets
.TryGetValue(node.Name!, out AttributeSet? attSet) && _currentTemplate != null)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
105
foreach (AttributeSet attSet in compiler.
AttributeSets
.Values)
807
if (_compiler.
AttributeSets
.TryGetValue(xslNode.Name!, out usedAttSet))
1075
if (!_compiler.
AttributeSets
.ContainsKey(setName))