8 references to ERR_FeatureNotAvailableInVersion3
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1684or ErrorCode.ERR_FeatureNotAvailableInVersion3
LanguageVersion.cs (1)
330return ErrorCode.ERR_FeatureNotAvailableInVersion3;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
1757ErrorCode.ERR_FeatureNotAvailableInVersion3,
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\ParserErrorMessageTests.cs (5)
6037Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "M").WithArguments("async function", "5").WithLocation(4, 16) 6059Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "M").WithArguments("async function", "5").WithLocation(4, 23) 6171Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "x:").WithArguments("named argument", "4").WithLocation(2, 7), 6177Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "y:").WithArguments("named argument", "4").WithLocation(7, 11)); 6244Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "=").WithArguments("optional parameter", "4").WithLocation(4, 18));