35 references to WRN_UnmatchedTypeParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
1210
diagnostics.Add(ErrorCode.
WRN_UnmatchedTypeParamTag
, identifier.Location, identifier);
Errors\ErrorFacts.cs (2)
319
case ErrorCode.
WRN_UnmatchedTypeParamTag
:
1357
or ErrorCode.
WRN_UnmatchedTypeParamTag
Generated\ErrorFacts.Generated.cs (1)
105
case ErrorCode.
WRN_UnmatchedTypeParamTag
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\ExtensionTests.cs (2)
43692
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "T").WithArguments("T").WithLocation(8, 30),
43735
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "TOther").WithArguments("TOther").WithLocation(4, 26),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
22274
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "WrongName").WithArguments("WrongName"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (28)
DocumentationComments\CrefTests.cs (14)
3997
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "Q").WithArguments("Q"),
4003
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "Q").WithArguments("Q"),
4009
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "Q").WithArguments("Q"),
4018
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "Q").WithArguments("Q"),
4067
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "T").WithArguments("T"),
4070
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "T").WithArguments("T"),
4073
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "U").WithArguments("U"),
4076
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "V").WithArguments("V"),
4079
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "U").WithArguments("U"),
4082
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "V").WithArguments("V"),
4085
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "U").WithArguments("U"),
4088
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "V").WithArguments("V"),
4145
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "Q").WithArguments("Q"),
4151
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "Q").WithArguments("Q"),
DocumentationComments\DocumentationCommentCompilerTests.cs (10)
6153
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("Y").WithLocation(3, 5),
6156
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("XY").WithLocation(3, 5),
6165
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("X").WithLocation(6, 9),
6168
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("XY").WithLocation(6, 9),
6174
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("X").WithLocation(9, 13),
6177
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("Y").WithLocation(9, 13),
6180
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("XY").WithLocation(9, 13),
6774
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "Q").WithArguments("Q"),
8518
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("T"),
8521
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("TComparator"),
DocumentationComments\DocumentationModeTests.cs (4)
292
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "NotFound").WithArguments("NotFound"),
295
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, "NotFound").WithArguments("NotFound"));
329
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("NotFound"),
332
Diagnostic(ErrorCode.
WRN_UnmatchedTypeParamTag
, includeElement).WithArguments("NotFound")