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