2 references to ITextImageHelpers
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
170var textChangeRanges = ITextImageHelpers.GetChangeRanges(lastTextImageVersion, currentTextImageVersion);
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.SnapshotSourceText.cs (1)
362return ITextImageHelpers.GetChangeRanges(oldImage, newImage);