6 references to ERR_PartialWrongTypeParams
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
768
case ErrorCode.
ERR_PartialWrongTypeParams
:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
254
ErrorCode.
ERR_PartialWrongTypeParams
,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\SymbolErrorTests.cs (4)
3668
new ErrorDescription { Code = (int)ErrorCode.
ERR_PartialWrongTypeParams
, Line = 3, Column = 26 },
3669
new ErrorDescription { Code = (int)ErrorCode.
ERR_PartialWrongTypeParams
, Line = 9, Column = 24 },
3670
new ErrorDescription { Code = (int)ErrorCode.
ERR_PartialWrongTypeParams
, Line = 13, Column = 32 });
14676
Diagnostic(ErrorCode.
ERR_PartialWrongTypeParams
, "I6").WithArguments("NS.I6<R, T>"));