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