31 references to ERR_RecursivelyTypedVariable
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1532
case ErrorCode.
ERR_RecursivelyTypedVariable
:
Symbols\Source\GlobalExpressionVariable.cs (1)
111
diagnostics.Add(ErrorCode.
ERR_RecursivelyTypedVariable
, this.ErrorLocation, this);
Symbols\Source\SourceMemberFieldSymbol.cs (1)
516
diagnostics.Add(ErrorCode.
ERR_RecursivelyTypedVariable
, this.ErrorLocation, this);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
CodeGen\CodeGenDeconstructTests.cs (5)
5634
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x2").WithArguments("x2").WithLocation(2, 10),
5637
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(2, 6)
5675
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "y1").WithArguments("y1").WithLocation(3, 6),
5678
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(2, 6),
5681
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x2").WithArguments("x2").WithLocation(2, 10)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (23)
Semantics\DeconstructionTests.cs (9)
4339
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a"),
4342
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b"),
4345
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "c").WithArguments("c"),
5297
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(2, 8),
5300
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(2, 10),
5303
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "c").WithArguments("c").WithLocation(2, 18),
5734
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(2, 8),
5737
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(2, 10),
5740
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "c").WithArguments("c").WithLocation(2, 14),
Semantics\NullableReferenceTypesTests.cs (1)
77657
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(7, 5));
Semantics\OutVarTests.cs (9)
32133
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(3, 24)
32179
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(4, 5)
32219
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(4, 5)
32259
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(3, 5)
32279
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(4, 32)
32317
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(3, 32)
32337
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(4, 5)
32401
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(2, 10),
32418
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(2, 10)
Semantics\ScriptSemanticsTests.cs (4)
666
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "o").WithArguments("o"));
947
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x").WithArguments("x"));
1348
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x").WithArguments("x").WithLocation(1, 34)
1363
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x").WithArguments("x").WithLocation(1, 34)