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