1 reference to ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
571
var isLocalFunction = LocalFunction &&
ShouldLocalFunctionCaptureParameter
(SemanticDocument.Root);