31 references to ERR_RecursivelyTypedVariable
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1593
or ErrorCode.
ERR_RecursivelyTypedVariable
Symbols\Source\GlobalExpressionVariable.cs (1)
113
diagnostics.Add(ErrorCode.
ERR_RecursivelyTypedVariable
, this.ErrorLocation, this);
Symbols\Source\SourceMemberFieldSymbol.cs (1)
531
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.Emit3.UnitTests (9)
Semantics\OutVarTests.cs (9)
32192
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(3, 24)
32238
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(4, 5)
32278
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(4, 5)
32318
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(3, 5)
32338
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(4, 32)
32376
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(3, 32)
32396
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(4, 5)
32460
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(2, 10),
32477
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "x1").WithArguments("x1").WithLocation(2, 10)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (14)
Semantics\DeconstructionTests.cs (9)
4336
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a"),
4339
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b"),
4342
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "c").WithArguments("c"),
5294
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(2, 8),
5297
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(2, 10),
5300
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "c").WithArguments("c").WithLocation(2, 18),
5731
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(2, 8),
5734
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "b").WithArguments("b").WithLocation(2, 10),
5737
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "c").WithArguments("c").WithLocation(2, 14),
Semantics\NullableReferenceTypesTests.cs (1)
81346
Diagnostic(ErrorCode.
ERR_RecursivelyTypedVariable
, "a").WithArguments("a").WithLocation(7, 5));
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)