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