1 write to DataBuffer
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.cs (1)
116DataBuffer = dataBuffer;
6 references to DataBuffer
Microsoft.VisualStudio.LanguageServices (6)
Venus\ContainedDocument.cs (5)
130if (DataBuffer is IProjectionBuffer projectionBuffer) 154if (DataBuffer.CurrentSnapshot.ContentType.IsOfType(HTML)) 704if (DataBuffer is IProjectionBuffer projectionDataBuffer) 886var editorOptions = _editorOptionsService.Factory.GetOptions(DataBuffer); 1023var surfaceSnapshot = ((IProjectionBuffer)DataBuffer).CurrentSnapshot;
Workspace\VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs (1)
62textBuffer = containedDocument.DataBuffer;