1 write to ApplyImports
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
135ApplyImports = nt.Add("apply-imports");
4 references to ApplyImports
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
1298Ref.Equal(name, atoms.ApplyImports ) ? XslApplyImports() : 1404compiler.ReportError(contentInfo, /*[XT0260]*/Res.Xslt_NotEmptyContents, atoms.ApplyImports); 1406return SetInfo(f.Error(XslLoadException.CreateMessage(contentInfo, /*[XT0260]*/Res.Xslt_NotEmptyContents, atoms.ApplyImports)), null, ctxInfo);
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
566if (Ref.Equal(name, input.Atoms.ApplyImports)) {