1 write to Transform
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
232
Transform
= nt.Add("transform");
4 references to Transform
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
632
bool SS = IsXsltNamespace() && (IsKeyword(atoms.Stylesheet) || IsKeyword(atoms.
Transform
));
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
262
input.IsKeyword(atoms.
Transform
)
305
Debug.Assert(input.IsXsltNamespace() && (input.IsKeyword(atoms.Stylesheet) || input.IsKeyword(atoms.
Transform
)));
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
149
! Ref.Equal(input.LocalName, input.Atoms.
Transform
)