1 write to ApplyImports
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
133ApplyImports = nt.Add("apply-imports");
4 references to ApplyImports
System.Private.Xml (4)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
1410Ref.Equal(name, _atoms.ApplyImports) ? XslApplyImports() : 1534_compiler.ReportError(contentInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents, _atoms.ApplyImports); 1538return SetInfo(F.Error(XslLoadException.CreateMessage(contentInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents, _atoms.ApplyImports)), null, ctxInfo);
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
678if (Ref.Equal(name, input.Atoms.ApplyImports))