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