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