Home
last modified time | relevance | path

Searched refs:XmlInvalidCommentChars (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DSR.cs216 public const string XmlInvalidCommentChars = "XML comments cannot contain '--' or end with '-'."; field in System.Runtime.Serialization.SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlBaseWriter.cs389 …onUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.XmlInvalidCommentChars), "text")); in WriteComment()
H A DXmlUTF8TextReader.cs797 …ExceptionHelper.ThrowXmlException(this, new XmlException(SR.GetString(SR.XmlInvalidCommentChars))); in ReadComment()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlBaseWriter.cs441 …ptionUtility.ThrowHelperError(new ArgumentException(SR.Format(SR.XmlInvalidCommentChars), nameof(t… in WriteComment()
H A DXmlUTF8TextReader.cs1051 …XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.Format(SR.XmlInvalidCommentChars))); in ReadComment()