2 overrides of ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
177
protected override bool
ShouldLocalFunctionCaptureParameter
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (1)
65
Protected Overrides Function
ShouldLocalFunctionCaptureParameter
(node As SyntaxNode) As Boolean
1 reference to ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
349
var isLocalFunction = LocalFunction &&
ShouldLocalFunctionCaptureParameter
(SemanticDocument.Root);