15 references to HandledEvent
Microsoft.CodeAnalysis.VisualBasic (15)
Compilation\MethodCompiler.vb (1)
1348Private Sub CreateSyntheticWithEventOverridesIfNeeded(handledEvents As ImmutableArray(Of HandledEvent),
Symbols\MethodSymbol.vb (2)
349Public Overridable ReadOnly Property HandledEvents As ImmutableArray(Of HandledEvent) 351Return ImmutableArray(Of HandledEvent).Empty
Symbols\Source\SourceMemberMethodSymbol.vb (8)
40Private _lazyHandles As ImmutableArray(Of HandledEvent) 76Optional handledEvents As ImmutableArray(Of HandledEvent) = Nothing) 553Public Overrides ReadOnly Property HandledEvents As ImmutableArray(Of HandledEvent) 561sourceModule.AtomicStoreArrayAndDiagnostics(Of HandledEvent)(_lazyHandles, 572Private Function GetHandles(sourceModule As SourceModuleSymbol, diagBag As BindingDiagnosticBag) As ImmutableArray(Of HandledEvent) 576Return ImmutableArray(Of HandledEvent).Empty 581Dim handlesBuilder = ArrayBuilder(Of HandledEvent).GetInstance 600Optional ByRef resultKind As LookupResultKind = Nothing) As HandledEvent
Symbols\Source\SourceMethodSymbol.vb (2)
95Dim handledEvents As ImmutableArray(Of HandledEvent) 118handledEvents = ImmutableArray(Of HandledEvent).Empty
VisualBasicExtensions.vb (2)
571Public Function HandledEvents(methodSymbol As IMethodSymbol) As ImmutableArray(Of HandledEvent) 576Return ImmutableArray(Of HandledEvent).Empty