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