27 references to WRN_MissingParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
424
_diagnostics.Add(ErrorCode.
WRN_MissingParamTag
, location, parameter.Name, symbol);
Errors\ErrorFacts.cs (2)
259
case ErrorCode.
WRN_MissingParamTag
:
1246
or ErrorCode.
WRN_MissingParamTag
Generated\ErrorFacts.Generated.cs (1)
76
case ErrorCode.
WRN_MissingParamTag
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
43543
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "o2").WithArguments("o2", "E.extension(object).M(object)").WithLocation(9, 30));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\RecordStructTests.cs (1)
3397
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "I2").WithArguments("I2", "C.C(int, int)").WithLocation(4, 36),
Semantics\SemanticErrorTests.cs (1)
21813
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "Char1").WithArguments("Char1", "MyClass.MyMethod(int, char)"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (20)
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 (5)
2745
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.C(int, int)").WithLocation(5, 26),
2748
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "y").WithArguments("y", "C.C(int, int)").WithLocation(5, 33)
5961
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "x").WithArguments("x", "C.M(int)"));
6780
Diagnostic(ErrorCode.
WRN_MissingParamTag
, "u").WithArguments("u", "D<T, U>"),
8850
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)"));