1 reference to ShouldLocalFunctionCaptureParameter
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
430
var isLocalFunction = LocalFunction &&
ShouldLocalFunctionCaptureParameter
(SemanticDocument.Root);