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