17 references to ERR_BadArgExtraRefLangVersion
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1271
ErrorCode.
ERR_BadArgExtraRefLangVersion
,
Errors\ErrorFacts.cs (1)
2410
or ErrorCode.
ERR_BadArgExtraRefLangVersion
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
RefReadonlyParameterTests.cs (5)
964
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(7, 17));
3729
? Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "i").WithArguments("2", "11.0", "12.0").WithLocation(3, 37)
3833
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "i").WithArguments("3", "11.0", "12.0").WithLocation(10, 57),
3836
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "i").WithArguments("4", "11.0", "12.0").WithLocation(10, 64));
4142
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "i").WithArguments("1", "11.0", "12.0").WithLocation(2, 37));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (9)
Semantics\InterpolationTests.cs (2)
8197
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "i").WithArguments("3", "11.0", "12.0").WithLocation(5, 9));
18438
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "s").WithArguments("3", "11.0", "12.0").WithLocation(5, 1)
Semantics\OverloadResolutionTests.cs (7)
9468
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(11, 20));
9590
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(7, 17));
9622
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(8, 19));
9661
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(15, 25));
9694
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(9, 15));
9729
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(8, 15));
9944
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(12, 20),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\FunctionPointerTypeSymbolTests.cs (1)
1230
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "s").WithArguments("1", "9.0", "12.0").WithLocation(18, 16));