1 write to TextChanges
Microsoft.CodeAnalysis.Features (1)
BraceCompletion\IBraceCompletionService.cs (1)
96TextChanges = textChanges;
3 references to TextChanges
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (1)
424foreach (var change in result.TextChanges)
Microsoft.CodeAnalysis.Features (1)
BraceCompletion\IBraceCompletionService.cs (1)
84/// The caret location in the new text created by applying all <see cref="TextChanges"/>
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
155var textChanges = postReturnEdit.Value.TextChanges;