1 write to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.TextBufferContainer.cs (1)
33editorBuffer.Properties.TryGetProperty(typeof(ITextBufferCloneService), out _textBufferCloneService);
2 references to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Extensions.TextBufferContainer.cs (2)
34_currentText = SnapshotSourceText.From(_textBufferCloneService, editorBuffer.CurrentSnapshot, this); 110var newText = SnapshotSourceText.From(_textBufferCloneService, args.After);