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