17 references to ERR_BadArgExtraRefLangVersion
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1271
ErrorCode.
ERR_BadArgExtraRefLangVersion
,
Errors\ErrorFacts.cs (1)
2412
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)
8065
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "i").WithArguments("3", "11.0", "12.0").WithLocation(5, 9));
18036
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "s").WithArguments("3", "11.0", "12.0").WithLocation(5, 1)
Semantics\OverloadResolutionTests.cs (7)
9471
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(11, 20));
9593
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(7, 17));
9625
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(8, 19));
9664
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(15, 25));
9697
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(9, 15));
9732
Diagnostic(ErrorCode.
ERR_BadArgExtraRefLangVersion
, "x").WithArguments("1", "11.0", "12.0").WithLocation(8, 15));
9947
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));