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