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 168Contract.ThrowIfTrue(TextViews.Count > 0); 193var removedViews = TextViews.Except(associatedTextViews); 194var addedViews = associatedTextViews.Except(TextViews); 210TextViews.Clear(); 211TextViews.AddRange(associatedTextViews);