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)
129var bufferOptions = _editorOptionsFactory.GetOptions(_textBuffer); 141_textBuffer.Properties[typeof(RazorEditorOptionsTracker)] = optionsTracker; 164Assumes.NotNull(_textBuffer); 177if (_textBuffer.Properties.TryGetProperty( 181_textBuffer.Properties.RemoveProperty(typeof(RazorEditorOptionsTracker)); 195_textBuffer.Properties[typeof(RazorEditorOptionsTracker)] = newOptionsTracker; 205Assumes.NotNull(_textBuffer); 207if (!_textBuffer.Properties.TryGetProperty(typeof(RazorEditorOptionsTracker), out RazorEditorOptionsTracker optionsTracker))