54 references to WRN_UnmatchedParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
1307
diagnostics.Add(ErrorCode.
WRN_UnmatchedParamTag
, identifier.Location, identifier);
Errors\ErrorFacts.cs (2)
314
case ErrorCode.
WRN_UnmatchedParamTag
:
1245
or ErrorCode.
WRN_UnmatchedParamTag
Generated\ErrorFacts.Generated.cs (1)
75
case ErrorCode.
WRN_UnmatchedParamTag
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (33)
Semantics\ExtensionTests.cs (3)
51149
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "").WithArguments("").WithLocation(5, 22));
51190
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "o").WithArguments("o").WithLocation(8, 26),
51275
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "other").WithArguments("other").WithLocation(4, 22));
Semantics\PrimaryConstructorTests.cs (16)
6151
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "x").WithArguments("x").WithLocation(11, 22),
6157
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(16, 22),
6179
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "Error").WithArguments("Error").WithLocation(3, 18),
6182
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "Error").WithArguments("Error").WithLocation(3, 18)
6436
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(5, 18)
6468
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(3, 18),
6507
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(5, 18),
6583
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(7, 18),
6629
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "S1").WithArguments("S1").WithLocation(5, 18),
6667
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "S1").WithArguments("S1").WithLocation(7, 18),
6754
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "O1").WithArguments("O1").WithLocation(11, 22),
6757
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "O1").WithArguments("O1").WithLocation(11, 22),
6760
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "P1").WithArguments("P1").WithLocation(12, 22),
6763
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "P1").WithArguments("P1").WithLocation(12, 22),
6766
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "C").WithArguments("C").WithLocation(13, 22),
6769
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "C").WithArguments("C").WithLocation(13, 22)
Semantics\RecordTests.cs (14)
28479
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "Error").WithArguments("Error").WithLocation(3, 18),
28482
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "Error").WithArguments("Error").WithLocation(3, 18)
28783
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(5, 18)
28828
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(3, 18),
28879
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(5, 18),
28981
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(7, 18),
29041
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "S1").WithArguments("S1").WithLocation(5, 18),
29088
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "S1").WithArguments("S1").WithLocation(7, 18),
29203
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "O1").WithArguments("O1").WithLocation(11, 22),
29206
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "O1").WithArguments("O1").WithLocation(11, 22),
29209
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "P1").WithArguments("P1").WithLocation(12, 22),
29212
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "P1").WithArguments("P1").WithLocation(12, 22),
29215
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "C").WithArguments("C").WithLocation(13, 22),
29218
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "C").WithArguments("C").WithLocation(13, 22)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
21834
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "Char2").WithArguments("Char2"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (16)
DocumentationComments\CrefTests.cs (12)
3664
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q").WithLocation(4, 22),
3667
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "value").WithArguments("value").WithLocation(5, 22),
3673
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "x").WithArguments("x").WithLocation(8, 22),
3676
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q").WithLocation(11, 22),
3685
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q").WithLocation(14, 22),
3688
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "value").WithArguments("value").WithLocation(15, 22),
3691
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "y").WithArguments("y").WithLocation(27, 22),
3697
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "x").WithArguments("x").WithLocation(21, 22),
3916
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q"),
3925
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q"),
3934
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q"),
3946
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q"),
DocumentationComments\DocumentationCommentCompilerTests.cs (4)
5958
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, includeElement).WithArguments("Q"),
6768
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "q").WithArguments("q"),
8524
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, includeElement).WithArguments("array"),
8527
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, includeElement).WithArguments("value"));