3 references to TryFindCorrespondingEditorTextImage
Microsoft.CodeAnalysis.EditorFeatures.Text (3)
Extensions.SnapshotSourceText.cs (2)
341
var oldSnapshot = oldText.
TryFindCorrespondingEditorTextImage
();
342
var newSnapshot = this.
TryFindCorrespondingEditorTextImage
();
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
45
var textImage = sourceText.
TryFindCorrespondingEditorTextImage
();