2 overrides of InsertNewLineBeforeLocalFunctionIfNecessaryAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.cs (1)
207protected override async Task<(Document document, SyntaxToken methodName, SyntaxNode methodDefinition)> InsertNewLineBeforeLocalFunctionIfNecessaryAsync(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.vb (1)
158Protected Overrides Function InsertNewLineBeforeLocalFunctionIfNecessaryAsync(document As Document,
1 reference to InsertNewLineBeforeLocalFunctionIfNecessaryAsync
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.cs (1)
117var result = await InsertNewLineBeforeLocalFunctionIfNecessaryAsync(semanticDocumentWithoutFinalFormatting.Document, methodName, methodDefinition, cancellationToken).ConfigureAwait(false);