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