5 references to HasFeature
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
2203!HasFeature(CodeAnalysis.Feature.UseLegacyStrongNameProvider); 3614internal bool CatchAnalyzerExceptions => !HasFeature(CodeAnalysis.Feature.DebugAnalyzers);
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (3)
246internal bool FeatureStrictEnabled => HasFeature(CodeAnalysis.Feature.Strict); 254internal bool IsPeVerifyCompatEnabled => LanguageVersion < LanguageVersion.CSharp7_2 || HasFeature(CodeAnalysis.Feature.PEVerifyCompat); 260internal bool FeatureDisableLengthBasedSwitch => HasFeature(CodeAnalysis.Feature.DisableLengthBasedSwitch);