6 references to TextViews
Microsoft.CodeAnalysis.EditorFeatures (6)
Workspaces\AbstractTextBufferVisibilityTracker.cs (6)
147
/// The callbacks that want to be notified when our <see cref="
TextViews
"/> change visibility. Stored as an
173
Contract.ThrowIfTrue(
TextViews
.Count > 0);
198
var removedViews =
TextViews
.Except(associatedTextViews);
199
var addedViews = associatedTextViews.Except(
TextViews
);
215
TextViews
.Clear();
216
TextViews
.AddRange(associatedTextViews);