7 references to WithXmlParseError
Microsoft.CodeAnalysis.CSharp (7)
Parser\DocumentationCommentParser.cs (7)
402token = this.WithXmlParseError(token, error, token.ToString()); 450equals = this.WithXmlParseError(equals, XmlParseErrorCode.XML_MissingEqualsAttribute); 615token = this.WithXmlParseError(token, XmlParseErrorCode.XML_LessThanInAttributeValue); 643startQuote = this.WithXmlParseError(startQuote, XmlParseErrorCode.XML_StringLiteralNoStartQuote); 658endQuote = this.WithXmlParseError(endQuote, XmlParseErrorCode.XML_StringLiteralNoEndQuote); 667quote = this.WithXmlParseError(quote, XmlParseErrorCode.XML_StringLiteralNonAsciiQuote); 733token = this.WithXmlParseError(token, XmlParseErrorCode.XML_IncorrectComment);