6 references to ERR_NoDynamicPhantomOnBaseCtor
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
4218
diagnostics.Add(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, errorLocation);
Errors\ErrorFacts.cs (1)
1407
case ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\PrimaryConstructorTests.cs (1)
1639
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(X)").WithLocation(11, 26)
Semantics\RecordTests.cs (1)
21832
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "(X)").WithLocation(11, 27)
Semantics\SemanticErrorTests.cs (2)
18471
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "base"));
18490
Diagnostic(ErrorCode.
ERR_NoDynamicPhantomOnBaseCtor
, "this"));