3 references to AddAnnotations
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionResult.cs (1)
42
var newDocument = await SemanticDocument.CreateAsync(document.Document.WithSyntaxRoot(root.
AddAnnotations
(
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
346
return document.WithSyntaxRootAsync(document.Root.
AddAnnotations
(annotations), cancellationToken);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicSelectionResult.vb (1)
37
Dim newDocument = Await SemanticDocument.CreateAsync(document.Document.WithSyntaxRoot(root.
AddAnnotations
(