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 173Contract.ThrowIfTrue(TextViews.Count > 0); 198var removedViews = TextViews.Except(associatedTextViews); 199var addedViews = associatedTextViews.Except(TextViews); 215TextViews.Clear(); 216TextViews.AddRange(associatedTextViews);