1 write to _textBuffer
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
122_textBuffer = textViewHost.TextView.TextBuffer;
7 references to _textBuffer
Microsoft.VisualStudio.LanguageServices.CSharp (7)
SemanticSearch\SemanticSearchToolWindowImpl.cs (7)
125Contract.ThrowIfFalse(textDocumentFactory.TryGetTextDocument(_textBuffer, out var textDocument)); 186await _semanticSearchWorkspace.Value.OpenQueryDocumentAsync(_textBuffer, cancellationToken).ConfigureAwait(false); 341Contract.ThrowIfNull(_textBuffer); 343Contract.ThrowIfFalse(undoHistoryRegistry.TryGetHistory(_textBuffer, out var undoHistory)); 346using (var edit = _textBuffer.CreateEdit()) 348edit.Replace(0, _textBuffer.CurrentSnapshot.Length, text); 375Contract.ThrowIfNull(_textBuffer);