2 references to TextBuffer_Changed
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupSessionManager.cs (2)
93
analyzedSession.TextView.TextSnapshot.TextBuffer.Changed +=
TextBuffer_Changed
;
94
CurrentSession.Dismissed += () => { analyzedSession.TextView.TextSnapshot.TextBuffer.Changed -=
TextBuffer_Changed
; };