2 references to PriorTextEdits
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\IntelliCode\Api\IIntentSourceProvider.cs (1)
54/// <see cref="PriorTextEdits"/> to the <see cref="CurrentSnapshotSpan"/>
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
59var originalDocument = currentDocument.WithText(currentText.WithChanges(intentRequestContext.PriorTextEdits));