7 references to ERR_PartialWrongTypeParamsVariance
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1187
or ErrorCode.
ERR_PartialWrongTypeParamsVariance
Symbols\Source\SourceNamedTypeSymbol.cs (1)
243
ErrorCode.
ERR_PartialWrongTypeParamsVariance
,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\SymbolErrorTests.cs (5)
14814
Diagnostic(ErrorCode.
ERR_PartialWrongTypeParamsVariance
, "I1").WithArguments("NS.I1<T>"),
14816
Diagnostic(ErrorCode.
ERR_PartialWrongTypeParamsVariance
, "I2").WithArguments("NS.I2<T>"),
14818
Diagnostic(ErrorCode.
ERR_PartialWrongTypeParamsVariance
, "I3").WithArguments("NS.I3<T>"),
14820
Diagnostic(ErrorCode.
ERR_PartialWrongTypeParamsVariance
, "I4").WithArguments("NS.I4<T, U>"),
14822
Diagnostic(ErrorCode.
ERR_PartialWrongTypeParamsVariance
, "I5").WithArguments("NS.I5<S>"),