Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs343 …public const string Sch_MinLengthFacetInvalid = "The MinLength constraining facet is invalid - {0}… field in System.Xml.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DFacetChecker.cs89 …imalToInt32((decimal)ParseFacetValue(nonNegativeInt, facet, Res.Sch_MinLengthFacetInvalid, null, n… in CompileMinLengthFacet()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DFacetChecker.cs98 …imalToInt32((decimal)ParseFacetValue(_nonNegativeInt, facet, SR.Sch_MinLengthFacetInvalid, null, n… in CompileMinLengthFacet()