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