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