2 references to SubjectBuffersConnectedEventArgs
Microsoft.CodeAnalysis.EditorFeatures (2)
Editor\TextBufferAssociatedViewService.cs (2)
63
this.SubjectBuffersConnected?.Invoke(this, new
SubjectBuffersConnectedEventArgs
(textView, subjectBuffers.ToReadOnlyCollection()));
85
this.SubjectBuffersDisconnected?.Invoke(this, new
SubjectBuffersConnectedEventArgs
(textView, subjectBuffers.ToReadOnlyCollection()));