5 references to WRN_UnprocessedXMLComment
Microsoft.CodeAnalysis.CSharp (5)
Compiler\UnprocessedDocumentationCommentFinder.cs (1)
104
_diagnostics.Add(ErrorCode.
WRN_UnprocessedXMLComment
, new SourceLocation(trivia.SyntaxTree, new TextSpan(start, length)));
DocumentationComments\SourceDocumentationCommentUtils.cs (1)
81
diagnostics.Add(ErrorCode.
WRN_UnprocessedXMLComment
, new SourceLocation(tree, new TextSpan(start, length)));
Errors\ErrorFacts.cs (2)
311
case ErrorCode.
WRN_UnprocessedXMLComment
:
1249
or ErrorCode.
WRN_UnprocessedXMLComment
Generated\ErrorFacts.Generated.cs (1)
81
case ErrorCode.
WRN_UnprocessedXMLComment
: