2 references to IsStaticLocalFunctionSupported
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
MakeLocalFunctionStaticDiagnosticAnalyzer.cs (1)
32if (MakeLocalFunctionStaticHelper.IsStaticLocalFunctionSupported(context.Compilation.LanguageVersion()))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
PassInCapturedVariablesAsArgumentsCodeFixProvider.cs (1)
76if (!MakeLocalFunctionStaticHelper.IsStaticLocalFunctionSupported(root.SyntaxTree.Options.LanguageVersion()))