Home
last modified time | relevance | path

Searched refs:Sch_NotTokenString (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/
H A DXmlConvert.cs454 throw new XmlException(SR.Sch_NotTokenString, token); in VerifyTOKEN()
467 return new XmlException(SR.Sch_NotTokenString, token); in TryVerifyTOKEN()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlConvert.cs421 throw new XmlException(Res.Sch_NotTokenString, token);
431 return new XmlException(Res.Sch_NotTokenString, token);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs210 …public const string Sch_NotTokenString = "line-feed (#xA) or tab (#x9) characters, leading or trai… field in System.Xml.Res