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