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