1 override of InsertNewLineBeforeLocalFunctionIfNecessaryAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.cs (1)
178
protected override async Task<(Document document, SyntaxToken invocationNameToken)>
InsertNewLineBeforeLocalFunctionIfNecessaryAsync
(
1 reference to InsertNewLineBeforeLocalFunctionIfNecessaryAsync
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.cs (1)
98
(documentWithoutFinalFormatting, invocationNameToken) = await
InsertNewLineBeforeLocalFunctionIfNecessaryAsync
(