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;
41
var 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);
88
using (var edit =
_textView
.TextBuffer.CreateEdit())
90
edit.Replace(new Span(0,
_textView
.TextBuffer.CurrentSnapshot.Length), documentText);
94
container =
_textView
.TextBuffer.AsTextContainer();