1 override of AnnotateNodesToReformatAsync
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetProviders\AbstractConsoleSnippetProvider.cs (1)
102
protected override async Task<SyntaxNode>
AnnotateNodesToReformatAsync
(Document document,
1 reference to AnnotateNodesToReformatAsync
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetProviders\AbstractSnippetProvider.cs (1)
220
var annotatedSnippetRoot = await
AnnotateNodesToReformatAsync
(document, _findSnippetAnnotation, _cursorAnnotation, position, cancellationToken).ConfigureAwait(false);