26 references to ERR_GenericsUsedInNoPIAType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\NoPia\EmbeddedTypesManager.cs (1)
308
error = ErrorCode.
ERR_GenericsUsedInNoPIAType
;
Errors\ErrorFacts.cs (1)
1404
or 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)
1520
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "(int, int)").WithArguments("(T1, T2)").WithLocation(8, 12),
1523
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "ValueTuple<string, string>").WithArguments("(T1, T2)").WithLocation(4, 19),
1526
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "(1, 2)").WithArguments("(T1, T2)").WithLocation(14, 16),
1529
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "(x, y)").WithArguments("(T1, T2)").WithLocation(19, 31)
1581
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1583
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1634
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1636
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1678
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1731
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1733
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1799
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("(T1, T2)").WithLocation(1, 1),
1801
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
).WithArguments("S<T>").WithLocation(1, 1)
1854
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 13),
1857
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 27),
1860
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 30),
1863
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 47)
1871
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 13),
1874
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<int>").WithArguments("Generic<T1>").WithLocation(8, 27),
1877
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 30),
1880
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
, "Generic<string>").WithArguments("Generic<T1>").WithLocation(4, 47)
Symbols\SymbolErrorTests.cs (1)
16599
Diagnostic(ErrorCode.
ERR_GenericsUsedInNoPIAType
));