6 references to TextViews
Microsoft.CodeAnalysis.EditorFeatures (6)
Workspaces\AbstractTextBufferVisibilityTracker.cs (6)
143
/// The callbacks that want to be notified when our <see cref="
TextViews
"/> change visibility. Stored as an
169
Contract.ThrowIfTrue(
TextViews
.Count > 0);
194
var removedViews =
TextViews
.Except(associatedTextViews);
195
var addedViews = associatedTextViews.Except(
TextViews
);
211
TextViews
.Clear();
212
TextViews
.AddRange(associatedTextViews);