21 references to WRN_MissingTypeParamTag
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
396
_diagnostics.Add(ErrorCode.
WRN_MissingTypeParamTag
, location, typeParameter, symbol);
Errors\ErrorFacts.cs (2)
248
case ErrorCode.
WRN_MissingTypeParamTag
:
1297
case ErrorCode.
WRN_MissingTypeParamTag
:
Generated\ErrorFacts.Generated.cs (1)
106
case ErrorCode.
WRN_MissingTypeParamTag
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
22073
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)
4175
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "T").WithArguments("T", "C<T>"));
5038
Diagnostic(ErrorCode.
WRN_MissingTypeParamTag
, "U").WithArguments("U", "D<T, U>"));