6 references to Feature
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
3536internal bool CatchAnalyzerExceptions => Feature("debug-analyzers") == null; 3542if (Feature("experimental-data-section-string-literals") is { } s)
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (4)
219internal bool FeatureStrictEnabled => Feature("strict") != null; 227internal bool IsPeVerifyCompatEnabled => LanguageVersion < LanguageVersion.CSharp7_2 || Feature("peverify-compat") != null; 233internal bool FeatureDisableLengthBasedSwitch => Feature("disable-length-based-switch") != null; 307return Feature("run-nullable-analysis") switch