2 references to XmlInvalidCommentChars
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
442
throw new ArgumentException(SR.
XmlInvalidCommentChars
, nameof(text));
System\Xml\XmlUTF8TextReader.cs (1)
1035
XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.
XmlInvalidCommentChars
));