1 write to _textBufferAssociatedViewService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
162_textBufferAssociatedViewService = textBufferAssociatedViewService;
3 references to _textBufferAssociatedViewService
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\InlineRenameSession.cs (2)
163_textBufferAssociatedViewService.SubjectBuffersConnected += OnSubjectBuffersConnected; 698_textBufferAssociatedViewService.SubjectBuffersConnected -= OnSubjectBuffersConnected;
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
70foreach (var view in session._textBufferAssociatedViewService.GetAssociatedTextViews(_subjectBuffer))