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