32 references to ERR_NoDynamicPhantomOnBaseCtor
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
4959
diagnostics.Add(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, errorLocation);
Errors\ErrorFacts.cs (1)
1468
or ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (28)
Semantics\ParamsCollectionTests.cs (26)
8305
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d)").WithLocation(23, 32),
8308
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 1)").WithLocation(24, 32),
8311
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2, 3)").WithLocation(25, 32),
8314
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, d, 3)").WithLocation(26, 32),
8317
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, 3, d)").WithLocation(27, 32),
8320
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, [3, 4])").WithLocation(28, 32),
8323
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d)").WithLocation(30, 33),
8326
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 1)").WithLocation(31, 33),
8329
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2, 3)").WithLocation(32, 33),
8332
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, d, 3)").WithLocation(33, 33),
8335
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, 3, d)").WithLocation(34, 33),
8338
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, [3, 4])").WithLocation(35, 33)
8372
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d)").WithLocation(11, 30)
8455
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d1)").WithLocation(29, 34),
8458
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d2)").WithLocation(31, 34),
8461
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(1, d1)").WithLocation(32, 34),
8464
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(1, d2)").WithLocation(33, 34),
8467
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(x, d1)").WithLocation(35, 41),
8470
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(x, d2)").WithLocation(36, 41),
8473
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, 1, 2)").WithLocation(38, 34),
8476
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, x, x)").WithLocation(39, 41),
8479
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, x, x)").WithLocation(42, 41),
8482
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, d4, d4)").WithLocation(43, 46)
8520
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2)").WithLocation(11, 30)
8554
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2, 3)").WithLocation(11, 30)
8593
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(1, d, 2)").WithLocation(12, 26)
Semantics\PrimaryConstructorTests.cs (1)
1748
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(X)").WithLocation(11, 26)
Semantics\RecordTests.cs (1)
21926
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(X)").WithLocation(11, 27)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\SemanticErrorTests.cs (2)
18722
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "base"));
18743
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "this"));