6 references to ERR_FeatureNotAvailableInVersion4
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1678or ErrorCode.ERR_FeatureNotAvailableInVersion4
LanguageVersion.cs (1)
312return ErrorCode.ERR_FeatureNotAvailableInVersion4;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
1745ErrorCode.ERR_FeatureNotAvailableInVersion4,
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
LexicalAndXml\PreprocessorTests.cs (1)
3270Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion4, "version:7.1").WithArguments("version", "7.1").WithLocation(1, 8)
Parsing\ParserErrorMessageTests.cs (2)
6060Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion4, "async").WithArguments("async function", "5").WithLocation(6, 34), 6102Diagnostic(ErrorCode.ERR_FeatureNotAvailableInVersion4, "async").WithArguments("async function", "5").WithLocation(6, 34),