1 write to _textBuffer
Microsoft.VisualStudio.LanguageServices.Razor (1)
RazorLSPTextViewConnectionListener.cs (1)
127
_textBuffer
= textView.TextBuffer;
8 references to _textBuffer
Microsoft.VisualStudio.LanguageServices.Razor (8)
RazorLSPTextViewConnectionListener.cs (8)
129
var bufferOptions = _editorOptionsFactory.GetOptions(
_textBuffer
);
141
_textBuffer
.Properties[typeof(RazorEditorOptionsTracker)] = optionsTracker;
164
Assumes.NotNull(
_textBuffer
);
177
if (
_textBuffer
.Properties.TryGetProperty(
181
_textBuffer
.Properties.RemoveProperty(typeof(RazorEditorOptionsTracker));
195
_textBuffer
.Properties[typeof(RazorEditorOptionsTracker)] = newOptionsTracker;
205
Assumes.NotNull(
_textBuffer
);
207
if (!
_textBuffer
.Properties.TryGetProperty(typeof(RazorEditorOptionsTracker), out RazorEditorOptionsTracker optionsTracker))