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