3 references to WithXmlParseError
Microsoft.CodeAnalysis.CSharp (3)
Parser\DocumentationCommentParser.cs (3)
210
name = this.
WithXmlParseError
(name, XmlParseErrorCode.XML_InvalidWhitespace);
249
endName = this.
WithXmlParseError
(endName, XmlParseErrorCode.XML_InvalidWhitespace);
444
attrName = this.
WithXmlParseError
(attrName, XmlParseErrorCode.XML_WhitespaceMissing);