2 references to InsertionPoint
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\InsertionPoint.cs (2)
24
return new
InsertionPoint
(await document.WithSyntaxRootAsync(newRoot, cancellationToken).ConfigureAwait(false), annotation);
46
=>
new
(document, _annotation);