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