21 references to WRN_ArgExpectedIn
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (2)
3952
ErrorCode.
WRN_ArgExpectedIn
,
6554
if (!((ErrorCode)diagnostic.Code is ErrorCode.WRN_ArgExpectedRefOrIn or ErrorCode.
WRN_ArgExpectedIn
))
Binder\Binder_InterpolatedString.cs (1)
839
or ErrorCode.
WRN_ArgExpectedIn
))
Errors\ErrorFacts.cs (2)
558
case ErrorCode.
WRN_ArgExpectedIn
:
2413
or ErrorCode.
WRN_ArgExpectedIn
Generated\ErrorFacts.Generated.cs (1)
331
case ErrorCode.
WRN_ArgExpectedIn
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (13)
RefReadonlyParameterTests.cs (12)
773
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "p").WithArguments("1").WithLocation(6, 48),
2374
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(7, 11));
2535
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "p").WithArguments("1").WithLocation(5, 12));
2702
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "p").WithArguments("1").WithLocation(5, 12));
2897
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "M1()").WithArguments("1").WithLocation(7, 12),
5350
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(8, 14),
5353
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("2").WithLocation(10, 15),
5356
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(12, 14),
5359
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(13, 12),
5362
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(14, 12),
5365
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("2").WithLocation(14, 15),
5368
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("2").WithLocation(16, 18));
Semantics\ExtensionTests.cs (1)
30564
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "i").WithArguments("1").WithLocation(1, 39));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RefFieldTests.cs (1)
31939
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "GetValue().F").WithArguments("1").WithLocation(11, 11));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
319
case ErrorCode.
WRN_ArgExpectedIn
: