2 overrides of GenerateBodyForCallSiteContainerAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
125
protected override async Task<SyntaxNode>
GenerateBodyForCallSiteContainerAsync
(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (1)
90
Protected Overrides Async Function
GenerateBodyForCallSiteContainerAsync
(cancellationToken As CancellationToken) As Task(Of SyntaxNode)
1 reference to GenerateBodyForCallSiteContainerAsync
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
88
root = root.ReplaceNode(GetOutermostCallSiteContainerToProcess(cancellationToken), await
GenerateBodyForCallSiteContainerAsync
(cancellationToken).ConfigureAwait(false));