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