1 override of ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
299
protected override bool
ShouldLocalFunctionCaptureParameter
(SyntaxNode node)
1 reference to ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
430
var isLocalFunction = LocalFunction &&
ShouldLocalFunctionCaptureParameter
(SemanticDocument.Root);