54 references to WRN_UnmatchedParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
1204
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)
43499
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "").WithArguments("").WithLocation(5, 22));
43540
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "o").WithArguments("o").WithLocation(8, 26),
43625
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "other").WithArguments("other").WithLocation(4, 22));
Semantics\PrimaryConstructorTests.cs (16)
6141
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "x").WithArguments("x").WithLocation(11, 22),
6147
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(16, 22),
6169
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "Error").WithArguments("Error").WithLocation(3, 18),
6172
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "Error").WithArguments("Error").WithLocation(3, 18)
6426
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(5, 18)
6458
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(3, 18),
6497
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(5, 18),
6573
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "I1").WithArguments("I1").WithLocation(7, 18),
6619
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "S1").WithArguments("S1").WithLocation(5, 18),
6657
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "S1").WithArguments("S1").WithLocation(7, 18),
6744
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "O1").WithArguments("O1").WithLocation(11, 22),
6747
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "O1").WithArguments("O1").WithLocation(11, 22),
6750
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "P1").WithArguments("P1").WithLocation(12, 22),
6753
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "P1").WithArguments("P1").WithLocation(12, 22),
6756
Diagnostic(ErrorCode.
WRN_UnmatchedParamTag
, "C").WithArguments("C").WithLocation(13, 22),
6759
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)
21789
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"));