24 references to WRN_MissingParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
382
_diagnostics.Add(ErrorCode.
WRN_MissingParamTag
, location, parameter.Name, symbol);
Errors\ErrorFacts.cs (2)
246
case ErrorCode.
WRN_MissingParamTag
:
1184
case ErrorCode.
WRN_MissingParamTag
:
Generated\ErrorFacts.Generated.cs (1)
76
case ErrorCode.
WRN_MissingParamTag
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\RecordStructTests.cs (1)
3295
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "I2").WithArguments("I2", "C.C(int, int)").WithLocation(4, 36),
Semantics\SemanticErrorTests.cs (1)
21589
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "Char1").WithArguments("Char1", "MyClass.MyMethod(int, char)"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (18)
DocumentationComments\CrefTests.cs (14)
3670
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.M(int)").WithLocation(6, 16),
3679
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.this[int, int]").WithLocation(12, 18),
3682
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "y").WithArguments("y", "C.this[int, int]").WithLocation(12, 25),
3694
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "P.M(int)").WithLocation(28, 24),
3700
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "y").WithArguments("y", "P.M(int)").WithLocation(22, 24));
3737
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "y").WithArguments("y", "C.M(int, int)").WithLocation(5, 23),
3740
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "y").WithArguments("y", "C.this[int, int]").WithLocation(8, 25),
3743
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.this[int]").WithLocation(11, 18),
3746
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "y").WithArguments("y", "P.M(int, int)").WithLocation(23, 31),
3749
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "r").WithArguments("r", "P.M(int, int)").WithLocation(17, 31));
3937
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.M(double, double)"),
3940
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.M(double, double)"),
3949
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.this[double, double]"),
3952
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.this[double, double]"));
DocumentationComments\DocumentationCommentCompilerTests.cs (3)
4216
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.M(int)"));
5035
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "u").WithArguments("u", "D<T, U>"),
7105
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "Item1").WithArguments("Item1", "Rec.Rec(string, object)").WithLocation(4, 19),
DocumentationComments\ParameterTests.cs (1)
627
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "y").WithArguments("y", "C.M(int, int)"));