1 write to Stylesheet
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
226
Stylesheet
= nt.Add("stylesheet");
6 references to Stylesheet
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
632
bool SS = IsXsltNamespace() && (IsKeyword(atoms.
Stylesheet
) || IsKeyword(atoms.Transform));
752
ReportError(Ref.Equal(NamespaceUri, atoms.UriWdXsl) && Ref.Equal(LocalName, atoms.
Stylesheet
) ?
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
261
input.IsKeyword(atoms.
Stylesheet
) ||
305
Debug.Assert(input.IsXsltNamespace() && (input.IsKeyword(atoms.
Stylesheet
) || input.IsKeyword(atoms.Transform)));
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
122
if (Ref.Equal(input.LocalName, input.Atoms.
Stylesheet
) &&
148
! Ref.Equal(input.LocalName, input.Atoms.
Stylesheet
) &&