Home
last modified time | relevance | path

Searched refs:Xslt_InvalidContents (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DChooseAction.cs81 throw XsltException.Create(SR.Xslt_InvalidContents, "choose"); in CompileConditions()
H A DAttributeSetAction.cs87 throw XsltException.Create(SR.Xslt_InvalidContents, "attribute-set"); in CompileContent()
H A DCallTemplateAction.cs75 throw XsltException.Create(SR.Xslt_InvalidContents, "call-template"); in CompileContent()
H A DApplyTemplatesAction.cs130 throw XsltException.Create(SR.Xslt_InvalidContents, "apply-templates"); in CompileContent()
H A DContainerAction.cs621 throw XsltException.Create(SR.Xslt_InvalidContents, "stylesheet"); in CompileTopLevelElements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DChooseAction.cs71 throw XsltException.Create(Res.Xslt_InvalidContents, "choose"); in CompileConditions()
H A DAttributeSetAction.cs77 throw XsltException.Create(Res.Xslt_InvalidContents, "attribute-set"); in CompileContent()
H A DCallTemplateAction.cs67 throw XsltException.Create(Res.Xslt_InvalidContents, "call-template"); in CompileContent()
H A DApplyTemplatesAction.cs113 throw XsltException.Create(Res.Xslt_InvalidContents, "apply-templates"); in CompileContent()
H A DContainerAction.cs517 throw XsltException.Create(Res.Xslt_InvalidContents, "stylesheet"); in CompileTopLevelElements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs1185 public const string Xslt_InvalidContents = "The contents of '{0}' are invalid."; field in System.Xml.Utils.Res