Home
last modified time | relevance | path

Searched refs:Sch_ICXpathError (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DAsttree.cs565 throw new XmlSchemaException(SR.Sch_ICXpathError, xPath); in CompileXPath()
578 throw new XmlSchemaException(SR.Sch_ICXpathError, xPath); in CompileXPath()
600 throw new XmlSchemaException(SR.Sch_ICXpathError, xPath); in CompileXPath()
628 throw new XmlSchemaException(SR.Sch_ICXpathError, xPath); in CompileXPath()
649 throw new XmlSchemaException(SR.Sch_ICXpathError, xPath); in CompileXPath()
657 throw new XmlSchemaException(SR.Sch_ICXpathError, xPath); in CompileXPath()
661 throw new XmlSchemaException(SR.Sch_ICXpathError, xPath); in CompileXPath()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DAsttree.cs503 throw new XmlSchemaException(Res.Sch_ICXpathError, xPath); in CompileXPath()
514 throw new XmlSchemaException(Res.Sch_ICXpathError, xPath); in CompileXPath()
531 throw new XmlSchemaException(Res.Sch_ICXpathError, xPath); in CompileXPath()
553 throw new XmlSchemaException(Res.Sch_ICXpathError, xPath); in CompileXPath()
570 throw new XmlSchemaException(Res.Sch_ICXpathError, xPath); in CompileXPath()
576 throw new XmlSchemaException(Res.Sch_ICXpathError, xPath); in CompileXPath()
579 throw new XmlSchemaException(Res.Sch_ICXpathError, xPath); in CompileXPath()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs382 public const string Sch_ICXpathError = "'{0}' is an invalid XPath for selector or field."; field in System.Xml.Res