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