3 references to CurrentSnapshotSpan
Microsoft.CodeAnalysis.EditorFeatures (3)
ExternalAccess\IntelliCode\Api\IIntentSourceProvider.cs (2)
47/// The text edits that should be applied to the <see cref="CurrentSnapshotSpan"/> to calculate 54/// <see cref="PriorTextEdits"/> to the <see cref="CurrentSnapshotSpan"/>
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
39var currentDocument = intentRequestContext.CurrentSnapshotSpan.Snapshot.GetOpenDocumentInCurrentContextWithChanges();