4 references to ERR_IndirectRecursiveConstructorCall
Microsoft.CodeAnalysis.CSharp (2)
Compiler\TypeCompilationState.cs (1)
232
diagnostics.Add(ErrorCode.
ERR_IndirectRecursiveConstructorCall
, syntax.Location, method1);
Errors\ErrorFacts.cs (1)
1105
or ErrorCode.
ERR_IndirectRecursiveConstructorCall
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\SemanticErrorTests.cs (2)
11113
Diagnostic(ErrorCode.
ERR_IndirectRecursiveConstructorCall
, ": this(1)").WithArguments("A.A(string)").WithLocation(6, 24),
11116
Diagnostic(ErrorCode.
ERR_IndirectRecursiveConstructorCall
, ": this(long.MaxValue)").WithArguments("A.A(char)").WithLocation(9, 22)