5 references to Feature
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (4)
199
internal bool FeatureStrictEnabled =>
Feature
("strict") != null;
207
internal bool IsPeVerifyCompatEnabled => LanguageVersion < LanguageVersion.CSharp7_2 ||
Feature
("peverify-compat") != null;
213
internal bool FeatureDisableLengthBasedSwitch =>
Feature
("disable-length-based-switch") != null;
287
return
Feature
("run-nullable-analysis") switch
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
2049
Return Me.
Feature
("strict") IsNot Nothing