1 write to TextChanges
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetChange.cs (1)
42
TextChanges
= textChanges;
1 reference to TextChanges
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\Snippets\AbstractSnippetCompletionProvider.cs (1)
39
var allChangesText = strippedText.WithChanges(snippetChange.
TextChanges
);