3 references to IsStaticLocalFunctionSupported
Microsoft.CodeAnalysis.CSharp.Features (3)
MakeLocalFunctionStatic\MakeLocalFunctionStaticCodeRefactoringProvider.cs (1)
30
if (!MakeLocalFunctionStaticHelper.
IsStaticLocalFunctionSupported
(syntaxTree.Options.LanguageVersion()))
MakeLocalFunctionStaticDiagnosticAnalyzer.cs (1)
32
if (MakeLocalFunctionStaticHelper.
IsStaticLocalFunctionSupported
(context.Compilation.LanguageVersion()))
PassInCapturedVariablesAsArgumentsCodeFixProvider.cs (1)
76
if (!MakeLocalFunctionStaticHelper.
IsStaticLocalFunctionSupported
(root.SyntaxTree.Options.LanguageVersion()))