1 write to Transform
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
230
Transform
= nt.Add("transform");
4 references to Transform
System.Private.Xml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
728
bool SS = IsXsltNamespace() && (IsKeyword(_atoms.Stylesheet) || IsKeyword(_atoms.
Transform
));
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
303
_input.IsKeyword(_atoms.
Transform
)
355
Debug.Assert(_input.IsXsltNamespace() && (_input.IsKeyword(_atoms.Stylesheet) || _input.IsKeyword(_atoms.
Transform
)));
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
173
!Ref.Equal(input.LocalName, input.Atoms.
Transform
)