10 references to HandledEvents
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicRemoveUnusedMembersDiagnosticAnalyzer.vb (1)
20If Not method.HandledEvents.IsEmpty Then
Microsoft.CodeAnalysis.VisualBasic.Features (7)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
2443Return oldMethod.HandledEvents.SequenceEqual( 2444newMethod.HandledEvents, 2476If Not method.HandledEvents.IsEmpty Then
NavigationBar\VisualBasicNavigationBarItemService.vb (3)
273If method.HandledEvents.Any() Then 325.Where(Function(m) m.HandledEvents.Any(Function(he) Object.Equals(he.EventContainer, eventContainer))) 330For Each handledEvent In method.HandledEvents
VisualBasicRemoveUnusedMembersDiagnosticAnalyzer.vb (1)
20If Not method.HandledEvents.IsEmpty Then
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
CrossLanguageTest.vb (2)
25Assert.Empty(method.HandledEvents()) 42Assert.Equal(1, method.HandledEvents().Length)