Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs557 …public const string Sch_MinLengthGtBaseMinLength = "It is an error if 'minLength' is among the mem… field in System.Xml.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DFacetChecker.cs98 throw new XmlSchemaException(Res.Sch_MinLengthGtBaseMinLength, facet); in CompileMinLengthFacet()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DFacetChecker.cs111 throw new XmlSchemaException(SR.Sch_MinLengthGtBaseMinLength, facet); in CompileMinLengthFacet()