32 references to ERR_NoDynamicPhantomOnBaseCtor
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
4927
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)
8321
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d)").WithLocation(23, 32),
8324
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 1)").WithLocation(24, 32),
8327
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2, 3)").WithLocation(25, 32),
8330
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, d, 3)").WithLocation(26, 32),
8333
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, 3, d)").WithLocation(27, 32),
8336
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, [3, 4])").WithLocation(28, 32),
8339
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d)").WithLocation(30, 33),
8342
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 1)").WithLocation(31, 33),
8345
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2, 3)").WithLocation(32, 33),
8348
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, d, 3)").WithLocation(33, 33),
8351
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(2, 3, d)").WithLocation(34, 33),
8354
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, [3, 4])").WithLocation(35, 33)
8388
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d)").WithLocation(11, 30)
8471
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d1)").WithLocation(29, 34),
8474
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d2)").WithLocation(31, 34),
8477
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(1, d1)").WithLocation(32, 34),
8480
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(1, d2)").WithLocation(33, 34),
8483
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(x, d1)").WithLocation(35, 41),
8486
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(x, d2)").WithLocation(36, 41),
8489
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, 1, 2)").WithLocation(38, 34),
8492
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, x, x)").WithLocation(39, 41),
8495
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, x, x)").WithLocation(42, 41),
8498
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d3, d4, d4)").WithLocation(43, 46)
8536
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2)").WithLocation(11, 30)
8570
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(d, 2, 3)").WithLocation(11, 30)
8609
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)
18677
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "base"));
18698
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "this"));