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