2 references to SnapshotSourceText
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Extensions.SnapshotSourceText.cs (2)
87
snapshot = s_textSnapshotMap.GetValue(editorSnapshot, s => new
SnapshotSourceText
(tempTextBufferCloneService, s, SourceHashAlgorithms.OpenDocumentChecksumAlgorithm, container));
104
return s_textSnapshotMap.GetValue(editorSnapshot, s => new
SnapshotSourceText
(textBufferCloneService, s, SourceHashAlgorithms.OpenDocumentChecksumAlgorithm, container));