21 references to WRN_ArgExpectedIn
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (2)
4038
ErrorCode.
WRN_ArgExpectedIn
,
6720
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)
557
case ErrorCode.
WRN_ArgExpectedIn
:
2414
or ErrorCode.
WRN_ArgExpectedIn
Generated\ErrorFacts.Generated.cs (1)
330
case ErrorCode.
WRN_ArgExpectedIn
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (13)
RefReadonlyParameterTests.cs (12)
797
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "p").WithArguments("1").WithLocation(6, 48),
2383
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(7, 11));
2544
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "p").WithArguments("1").WithLocation(5, 12));
2711
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "p").WithArguments("1").WithLocation(5, 12));
2906
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "M1()").WithArguments("1").WithLocation(7, 12),
5359
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(8, 14),
5362
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("2").WithLocation(10, 15),
5365
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(12, 14),
5368
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(13, 12),
5371
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("1").WithLocation(14, 12),
5374
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("2").WithLocation(14, 15),
5377
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "x").WithArguments("2").WithLocation(16, 18));
Semantics\ExtensionTests.cs (1)
35312
Diagnostic(ErrorCode.
WRN_ArgExpectedIn
, "i").WithArguments("1").WithLocation(1, 39));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RefFieldTests.cs (1)
32084
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
: