3 references to DebuggerTextLines
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\DebuggerIntellisenseFilter.cs (3)
106
_context.
DebuggerTextLines
.GetStateFlags(out var bufferFlags);
107
_context.
DebuggerTextLines
.SetStateFlags((uint)((BUFFERSTATEFLAGS)bufferFlags & ~BUFFERSTATEFLAGS.BSF_USER_READONLY));
149
_context.
DebuggerTextLines
.SetStateFlags(bufferFlags);