8 references to ERR_FeatureNotAvailableInVersion3
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1676or ErrorCode.ERR_FeatureNotAvailableInVersion3
LanguageVersion.cs (1)
330return ErrorCode.ERR_FeatureNotAvailableInVersion3;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
1753ErrorCode.ERR_FeatureNotAvailableInVersion3,
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\ParserErrorMessageTests.cs (5)
6001Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "M").WithArguments("async function", "5").WithLocation(4, 16) 6023Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "M").WithArguments("async function", "5").WithLocation(4, 23) 6135Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "x:").WithArguments("named argument", "4").WithLocation(2, 7), 6141Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "y:").WithArguments("named argument", "4").WithLocation(7, 11)); 6208Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion3, "=").WithArguments("optional parameter", "4").WithLocation(4, 18));