5 references to HasFeature
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
2194!HasFeature(CodeAnalysis.Feature.UseLegacyStrongNameProvider); 3605internal bool CatchAnalyzerExceptions => !HasFeature(CodeAnalysis.Feature.DebugAnalyzers);
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (3)
245internal bool FeatureStrictEnabled => HasFeature(CodeAnalysis.Feature.Strict); 253internal bool IsPeVerifyCompatEnabled => LanguageVersion < LanguageVersion.CSharp7_2 || HasFeature(CodeAnalysis.Feature.PEVerifyCompat); 259internal bool FeatureDisableLengthBasedSwitch => HasFeature(CodeAnalysis.Feature.DisableLengthBasedSwitch);