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