3 references to s_textSnapshotMap
Microsoft.CodeAnalysis.EditorFeatures.Text (3)
Extensions.SnapshotSourceText.cs (3)
79
if (!
s_textSnapshotMap
.TryGetValue(editorSnapshot, out var snapshot))
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));