7 references to CreateAsync
Microsoft.CodeAnalysis.CSharp.Features (6)
ExtractMethod\CSharpMethodExtractor.cs (6)
95return await InsertionPoint.CreateAsync(document, functionNode, cancellationToken).ConfigureAwait(false); 108return await InsertionPoint.CreateAsync(document, accessorNode, cancellationToken).ConfigureAwait(false); 117return await InsertionPoint.CreateAsync(document, globalStatement.Parent, cancellationToken).ConfigureAwait(false); 124return await InsertionPoint.CreateAsync(document, globalStatement.Parent, cancellationToken).ConfigureAwait(false); 127return await InsertionPoint.CreateAsync(document, globalStatement.Statement, cancellationToken).ConfigureAwait(false); 130return await InsertionPoint.CreateAsync(document, memberNode, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.vb (1)
55Return Await InsertionPoint.CreateAsync(document, enclosingTopLevelNode, cancellationToken).ConfigureAwait(False)