1 override of UpdateMethodAfterGenerationAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
1051
protected override async Task<SemanticDocument>
UpdateMethodAfterGenerationAsync
(
1 reference to UpdateMethodAfterGenerationAsync
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
159
var finalDocument = await
UpdateMethodAfterGenerationAsync
(callSiteDocument, newMethodDefinition, cancellationToken).ConfigureAwait(false);