5 references to LocalFunction
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.cs (3)
26
=> CSharpCodeGenerator.Create(selectionResult, analyzerResult, this.Options, this.
LocalFunction
);
30
var analyzer = new CSharpAnalyzer(this.OriginalSelectionResult, this.
LocalFunction
, cancellationToken);
43
if (
LocalFunction
)
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.cs (2)
95
if (
LocalFunction
)
119
if (!
LocalFunction
)