1 write to TextChanges
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetChange.cs (1)
42TextChanges = textChanges;
2 references to TextChanges
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\Snippets\AbstractSnippetCompletionProvider.cs (1)
39var allChangesText = strippedText.WithChanges(snippetChange.TextChanges);
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
Snippets\AbstractSnippetProviderTests.cs (1)
73var documentTextAfterSnippet = documentSourceText.WithChanges(snippetChange.TextChanges);