9 references to WithXmlParseError
Microsoft.CodeAnalysis.CSharp (9)
Parser\DocumentationCommentParser.cs (9)
238lessThanSlash = this.WithXmlParseError(lessThanSlash, XmlParseErrorCode.XML_EndTagExpected, name.ToString()); 284slashGreater = this.WithXmlParseError(slashGreater, XmlParseErrorCode.XML_ExpectedEndOfTag, name.ToString()); 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);