16 references to WRN_DuplicateParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
1192diagnostics.Add(ErrorCode.WRN_DuplicateParamTag, syntax.Location, identifier);
Errors\ErrorFacts.cs (2)
300case ErrorCode.WRN_DuplicateParamTag: 1182case ErrorCode.WRN_DuplicateParamTag:
Generated\ErrorFacts.Generated.cs (1)
74case ErrorCode.WRN_DuplicateParamTag:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\PrimaryConstructorTests.cs (2)
5575Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""I1""").WithArguments("I1").WithLocation(4, 12), 5578Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""I1""").WithArguments("I1").WithLocation(4, 12)
Semantics\RecordTests.cs (2)
28383Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""I1""").WithArguments("I1").WithLocation(4, 12), 28386Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""I1""").WithArguments("I1").WithLocation(4, 12)
Semantics\SemanticErrorTests.cs (1)
21539Diagnostic(ErrorCode.WRN_DuplicateParamTag, "name='Int1'").WithArguments("Int1"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
DocumentationComments\CrefTests.cs (3)
3613Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""x""").WithArguments("x"), 3616Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""x""").WithArguments("x"), 3619Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""y""").WithArguments("y"));
DocumentationComments\DocumentationCommentCompilerTests.cs (4)
4065Diagnostic(ErrorCode.WRN_DuplicateParamTag, includeElement).WithArguments("u"), 4068Diagnostic(ErrorCode.WRN_DuplicateParamTag, includeElement).WithArguments("v"), 7014Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""Value""").WithArguments("Value").WithLocation(4, 12), 7017Diagnostic(ErrorCode.WRN_DuplicateParamTag, @"name=""Value""").WithArguments("Value").WithLocation(4, 12),