10 references to ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1810
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)
3629
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x7").WithArguments("x7").WithLocation(28, 28),
3638
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x9").WithArguments("x9").WithLocation(36, 41)
5492
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x4").WithArguments("x4").WithLocation(10, 43),
12757
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "y4").WithArguments("y4").WithLocation(40, 50)
12773
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "y4").WithArguments("y4").WithLocation(40, 50)
18136
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x1").WithArguments("x1").WithLocation(7, 23)
18177
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList
, "x1").WithArguments("x1").WithLocation(7, 25)