1 write to _textView
Microsoft.VisualStudio.LanguageServices (1)
Preview\PreviewUpdater.cs (1)
25_textView = textView;
7 references to _textView
Microsoft.VisualStudio.LanguageServices (7)
Preview\PreviewUpdater.cs (7)
27_textView.Properties[typeof(PreviewTagger)] = _tagger; 41var spanInBuffer = new SnapshotSpan(_textView.TextBuffer.CurrentSnapshot, new Span(_tagger.Span.Start, 0)); 42_textView.ViewScroller.EnsureSpanVisible(spanInBuffer, EnsureSpanVisibleOptions.None); 84_textView.TextBuffer.ChangeContentType(contentType, null); 88using (var edit = _textView.TextBuffer.CreateEdit()) 90edit.Replace(new Span(0, _textView.TextBuffer.CurrentSnapshot.Length), documentText); 94container = _textView.TextBuffer.AsTextContainer();