27 references to WRN_MissingTypeParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
611
_diagnostics.Add(ErrorCode.
WRN_MissingTypeParamTag
, location, typeParameter, symbol);
Errors\ErrorFacts.cs (2)
261
case ErrorCode.
WRN_MissingTypeParamTag
:
1359
or ErrorCode.
WRN_MissingTypeParamTag
Generated\ErrorFacts.Generated.cs (1)
106
case ErrorCode.
WRN_MissingTypeParamTag
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Semantics\ExtensionTests.cs (6)
50615
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "E.extension<T, U>(C<T, U>)").WithLocation(5, 18));
50642
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "E.extension<T>(T).M<U>(U)").WithLocation(9, 30));
50685
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "T").WithArguments("T", "E.extension<T>(T)").WithLocation(5, 15));
50737
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "E.extension<T1, U>(C<T1, U>)").WithLocation(5, 19),
50740
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "E.extension<T2, U>(C<T2, U>)").WithLocation(10, 19));
50766
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "E.extension<T1, U>(C<T1, U>)").WithLocation(5, 19));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
22297
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "W").WithArguments("W", "List<T, W>"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (16)
DocumentationComments\CrefTests.cs (14)
4012
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "T").WithArguments("T", "D<T, T>"),
4015
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "T").WithArguments("T", "D<T, T>"),
4021
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "D<T, T>.M<U, U>()"),
4024
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "D<T, T>.M<U, U>()"));
4092
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "V").WithArguments("V", "P<T>.M1<V>()"),
4095
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "T").WithArguments("T", "P<T>"),
4098
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "P<T>.M1<U>()"));
4136
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "C<T, U>"),
4139
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "W").WithArguments("W", "C<T, U>.M<V, W, X>()"),
4142
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "X").WithArguments("X", "C<T, U>.M<V, W, X>()"),
4148
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "T").WithArguments("T", "C<T>"),
4154
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "C<T>.M<U>()"),
4157
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "V").WithArguments("V", "P<T, U>.M1<V, W>()"),
4160
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "W").WithArguments("W", "P<T, U>.M1<V, W>()"));
DocumentationComments\DocumentationCommentCompilerTests.cs (2)
5920
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "T").WithArguments("T", "C<T>"));
6783
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "D<T, U>"));