1 write to _textView
Microsoft.VisualStudio.LanguageServices (1)
Preview\PreviewUpdater.cs (1)
26_textView = textView;
7 references to _textView
Microsoft.VisualStudio.LanguageServices (7)
Preview\PreviewUpdater.cs (7)
28_textView.Properties[typeof(PreviewTagger)] = _tagger; 42var spanInBuffer = new SnapshotSpan(_textView.TextBuffer.CurrentSnapshot, new Span(_tagger.Span.Start, 0)); 43_textView.ViewScroller.EnsureSpanVisible(spanInBuffer, EnsureSpanVisibleOptions.None); 85_textView.TextBuffer.ChangeContentType(contentType, null); 89using (var edit = _textView.TextBuffer.CreateEdit()) 91edit.Replace(new Span(0, _textView.TextBuffer.CurrentSnapshot.Length), documentText); 95container = _textView.TextBuffer.AsTextContainer();