35 references to WRN_UnmatchedTypeParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
1210diagnostics.Add(ErrorCode.WRN_UnmatchedTypeParamTag, identifier.Location, identifier);
Errors\ErrorFacts.cs (2)
319case ErrorCode.WRN_UnmatchedTypeParamTag: 1357or ErrorCode.WRN_UnmatchedTypeParamTag
Generated\ErrorFacts.Generated.cs (1)
105case ErrorCode.WRN_UnmatchedTypeParamTag:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\ExtensionTests.cs (2)
43692Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "T").WithArguments("T").WithLocation(8, 30), 43735Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "TOther").WithArguments("TOther").WithLocation(4, 26),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
22274Diagnostic(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)
6153Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("Y").WithLocation(3, 5), 6156Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("XY").WithLocation(3, 5), 6165Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("X").WithLocation(6, 9), 6168Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("XY").WithLocation(6, 9), 6174Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("X").WithLocation(9, 13), 6177Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("Y").WithLocation(9, 13), 6180Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("XY").WithLocation(9, 13), 6774Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, "Q").WithArguments("Q"), 8518Diagnostic(ErrorCode.WRN_UnmatchedTypeParamTag, includeElement).WithArguments("T"), 8521Diagnostic(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")