2 references to DisableLengthBasedSwitch
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
259internal bool FeatureDisableLengthBasedSwitch => HasFeature(CodeAnalysis.Feature.DisableLengthBasedSwitch);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
TestOptions.cs (1)
139return options.WithFeature(Feature.DisableLengthBasedSwitch);