5 references to _annotation
Microsoft.CodeAnalysis.Features (5)
Completion\Providers\AbstractMemberInsertingCompletionProvider.cs (5)
57
var caretTarget = newRoot.GetAnnotatedNodes(
_annotation
).FirstOrDefault();
132
document = await Simplifier.ReduceAsync(document,
_annotation
, memberContainingDocumentCleanupOptions.SimplifierOptions, cancellationToken).ConfigureAwait(false);
133
return await Formatter.FormatAsync(document,
_annotation
, formattingOptions, cancellationToken).ConfigureAwait(false);
166
generatedMember =
_annotation
.AddAnnotationToSymbol(generatedMember);
200
var replacingNode = root.GetAnnotatedNodes(
_annotation
).Single();