12 references to WRN_DuplicateTypeParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
1202
diagnostics.Add(ErrorCode.
WRN_DuplicateTypeParamTag
, syntax.Location, identifier);
Errors\ErrorFacts.cs (2)
305
case ErrorCode.
WRN_DuplicateTypeParamTag
:
1295
case ErrorCode.
WRN_DuplicateTypeParamTag
:
Generated\ErrorFacts.Generated.cs (1)
104
case ErrorCode.
WRN_DuplicateTypeParamTag
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
22034
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, @"name=""MyType""").WithArguments("MyType"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
DocumentationComments\CrefTests.cs (5)
3790
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, @"name=""T""").WithArguments("T"),
3793
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, @"name=""U""").WithArguments("U"),
3796
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, @"name=""T""").WithArguments("T"),
3799
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, @"name=""U""").WithArguments("U"),
3802
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, @"name=""U""").WithArguments("U"));
DocumentationComments\DocumentationCommentCompilerTests.cs (2)
4071
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, includeElement).WithArguments("U"),
4074
Diagnostic(ErrorCode.
WRN_DuplicateTypeParamTag
, includeElement).WithArguments("V"));