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