1 write to DataBuffer
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.cs (1)
119DataBuffer = dataBuffer;
6 references to DataBuffer
Microsoft.VisualStudio.LanguageServices (6)
Venus\ContainedDocument.cs (5)
133if (DataBuffer is IProjectionBuffer projectionBuffer) 157if (DataBuffer.CurrentSnapshot.ContentType.IsOfType(HTML)) 707if (DataBuffer is IProjectionBuffer projectionDataBuffer) 889var editorOptions = _editorOptionsService.Factory.GetOptions(DataBuffer); 1026var surfaceSnapshot = ((IProjectionBuffer)DataBuffer).CurrentSnapshot;
Workspace\VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs (1)
63textBuffer = containedDocument.DataBuffer;