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