10 references to ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1811
or ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
Symbols\Source\SourceLocalSymbol.cs (1)
761
internal override ErrorCode ForbiddenDiagnostic => ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
FlowAnalysis\FlowDiagnosticTests.cs (1)
2777
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x").WithArguments("x").WithLocation(6, 25)
Semantics\OutVarTests.cs (7)
3631
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x7").WithArguments("x7").WithLocation(28, 28),
3640
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x9").WithArguments("x9").WithLocation(36, 41)
5494
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x4").WithArguments("x4").WithLocation(10, 43),
12759
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "y4").WithArguments("y4").WithLocation(40, 50)
12775
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "y4").WithArguments("y4").WithLocation(40, 50)
18138
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x1").WithArguments("x1").WithLocation(7, 23)
18179
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x1").WithArguments("x1").WithLocation(7, 25)