1 write to Stylesheet
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
224
Stylesheet
= nt.Add("stylesheet");
6 references to Stylesheet
System.Private.Xml (6)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
728
bool SS = IsXsltNamespace() && (IsKeyword(_atoms.
Stylesheet
) || IsKeyword(_atoms.Transform));
884
ReportError(Ref.Equal(NamespaceUri, _atoms.UriWdXsl) && Ref.Equal(LocalName, _atoms.
Stylesheet
) ?
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
302
_input.IsKeyword(_atoms.
Stylesheet
) ||
355
Debug.Assert(_input.IsXsltNamespace() && (_input.IsKeyword(_atoms.
Stylesheet
) || _input.IsKeyword(_atoms.Transform)));
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
141
if (Ref.Equal(input.LocalName, input.Atoms.
Stylesheet
) &&
172
!Ref.Equal(input.LocalName, input.Atoms.
Stylesheet
) &&