7 references to WRN_XMLParseError
Microsoft.CodeAnalysis.CSharp (7)
Compiler\DocumentationCommentCompiler.cs (2)
564_diagnostics.Add(ErrorCode.WRN_XMLParseError, location, GetDescription(e)); 747if ((ErrorCode)diag.Code == ErrorCode.WRN_XMLParseError)
Errors\ErrorFacts.cs (2)
337case ErrorCode.WRN_XMLParseError: 1225or ErrorCode.WRN_XMLParseError
Errors\MessageProvider.cs (1)
148ErrorCode.WRN_XMLParseError => false, // XmlSyntaxDiagnosticInfo.GetMessage() uses distinct error code
Errors\XmlSyntaxDiagnosticInfo.cs (1)
21: base(offset, width, ErrorCode.WRN_XMLParseError, args)
Generated\ErrorFacts.Generated.cs (1)
73case ErrorCode.WRN_XMLParseError: