9 references to WithXmlParseError
Microsoft.CodeAnalysis.CSharp (9)
Parser\DocumentationCommentParser.cs (9)
239lessThanSlash = this.WithXmlParseError(lessThanSlash, XmlParseErrorCode.XML_EndTagExpected, name.ToString()); 285slashGreater = this.WithXmlParseError(slashGreater, XmlParseErrorCode.XML_ExpectedEndOfTag, name.ToString()); 407token = this.WithXmlParseError(token, error, token.ToString()); 455equals = this.WithXmlParseError(equals, XmlParseErrorCode.XML_MissingEqualsAttribute); 620token = this.WithXmlParseError(token, XmlParseErrorCode.XML_LessThanInAttributeValue); 648startQuote = this.WithXmlParseError(startQuote, XmlParseErrorCode.XML_StringLiteralNoStartQuote); 663endQuote = this.WithXmlParseError(endQuote, XmlParseErrorCode.XML_StringLiteralNoEndQuote); 672quote = this.WithXmlParseError(quote, XmlParseErrorCode.XML_StringLiteralNonAsciiQuote); 738token = this.WithXmlParseError(token, XmlParseErrorCode.XML_IncorrectComment);