26 references to ERR_GenericsUsedInNoPIAType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\NoPia\EmbeddedTypesManager.cs (1)
293
error = ErrorCode.
ERR_GenericsUsedInNoPIAType
;
Errors\ErrorFacts.cs (1)
1343
case ErrorCode.
ERR_GenericsUsedInNoPIAType
:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\NoPiaEmbedTypes.cs (2)
419
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "ITest20<int>").WithArguments("ITest20<T>"),
468
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Test21<int>").WithArguments("Test21<T>")
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (22)
Symbols\Retargeting\NoPia.cs (21)
1519
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "(int, int)").WithArguments("(T1, T2)").WithLocation(8, 12),
1522
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "ValueTuple<string, string>").WithArguments("(T1, T2)").WithLocation(4, 19),
1525
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "(1, 2)").WithArguments("(T1, T2)").WithLocation(14, 16),
1528
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "(x, y)").WithArguments("(T1, T2)").WithLocation(19, 31)
1580
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1582
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1633
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1635
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1677
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1730
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1732
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1798
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1800
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1853
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 13),
1856
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 27),
1859
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 30),
1862
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 47)
1870
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 13),
1873
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 27),
1876
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 30),
1879
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 47)
Symbols\SymbolErrorTests.cs (1)
16454
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
));