1 write to _associatedViewService
Microsoft.CodeAnalysis.EditorFeatures (1)
Workspaces\AbstractTextBufferVisibilityTracker.cs (1)
34_associatedViewService = associatedViewService;
2 references to _associatedViewService
Microsoft.CodeAnalysis.EditorFeatures (2)
Workspaces\AbstractTextBufferVisibilityTracker.cs (2)
73var views = _associatedViewService.GetAssociatedTextViews(subjectBuffer).ToImmutableArrayOrEmpty(); 188UpdateTextViews(_tracker._associatedViewService.GetAssociatedTextViews(_subjectBuffer));