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