Base:
method
ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.ExtractMethod.AbstractExtractMethodService<TStatementSyntax, TExecutableStatementSyntax, TExpressionSyntax>.MethodExtractor.CodeGenerator<TNodeUnderContainer, TCodeGenerationOptions>.ShouldLocalFunctionCaptureParameter(Microsoft.CodeAnalysis.SyntaxNode)
1 reference to ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
830var isLocalFunction = LocalFunction && ShouldLocalFunctionCaptureParameter(SemanticDocument.Root);