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