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