8 references to ERR_RecursiveConstructorCall
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
5004
diagnostics.Add(ErrorCode.
ERR_RecursiveConstructorCall
,
Errors\ErrorFacts.cs (1)
932
or ErrorCode.
ERR_RecursiveConstructorCall
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\SemanticErrorTests.cs (2)
11072
Diagnostic(ErrorCode.
ERR_RecursiveConstructorCall
, "this").WithArguments("x.clx.clx()"));
11091
Diagnostic(ErrorCode.
ERR_RecursiveConstructorCall
, "base").WithArguments("A.A()"));
Semantics\StructConstructorTests.cs (4)
1902
Diagnostic(ErrorCode.
ERR_RecursiveConstructorCall
, "this").WithArguments("S.S()").WithLocation(6, 18),
1905
Diagnostic(ErrorCode.
ERR_RecursiveConstructorCall
, "this").WithArguments("R.R()").WithLocation(12, 18));
1931
Diagnostic(ErrorCode.
ERR_RecursiveConstructorCall
, "this").WithArguments("S.S()").WithLocation(6, 18),
1934
Diagnostic(ErrorCode.
ERR_RecursiveConstructorCall
, "this").WithArguments("R.R()").WithLocation(12, 18));