33 references to WRN_UnmatchedTypeParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
1168diagnostics.Add(ErrorCode.WRN_UnmatchedTypeParamTag, identifier.Location, identifier);
Errors\ErrorFacts.cs (2)
306case ErrorCode.WRN_UnmatchedTypeParamTag: 1296case ErrorCode.WRN_UnmatchedTypeParamTag:
Generated\ErrorFacts.Generated.cs (1)
105case ErrorCode.WRN_UnmatchedTypeParamTag:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
22050Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "WrongName").WithArguments("WrongName"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (28)
DocumentationComments\CrefTests.cs (14)
3997Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"), 4003Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"), 4009Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"), 4018Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"), 4067Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "T").WithArguments("T"), 4070Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "T").WithArguments("T"), 4073Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "U").WithArguments("U"), 4076Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "V").WithArguments("V"), 4079Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "U").WithArguments("U"), 4082Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "V").WithArguments("V"), 4085Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "U").WithArguments("U"), 4088Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "V").WithArguments("V"), 4145Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"), 4151Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"),
DocumentationComments\DocumentationCommentCompilerTests.cs (10)
4408Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("Y").WithLocation(3, 5), 4411Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("XY").WithLocation(3, 5), 4420Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("X").WithLocation(6, 9), 4423Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("XY").WithLocation(6, 9), 4429Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("X").WithLocation(9, 13), 4432Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("Y").WithLocation(9, 13), 4435Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("XY").WithLocation(9, 13), 5029Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"), 6773Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("T"), 6776Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("TComparator"),
DocumentationComments\DocumentationModeTests.cs (4)
292Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "NotFound").WithArguments("NotFound"), 295Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "NotFound").WithArguments("NotFound")); 329Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("NotFound"), 332Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("NotFound")