15 references to HandledEvent
Microsoft.CodeAnalysis.VisualBasic (15)
Compilation\MethodCompiler.vb (1)
1344Private 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)
39Private _lazyHandles As ImmutableArray(Of HandledEvent) 75Optional handledEvents As ImmutableArray(Of HandledEvent) = Nothing) 552Public Overrides ReadOnly Property HandledEvents As ImmutableArray(Of HandledEvent) 560sourceModule.AtomicStoreArrayAndDiagnostics(Of HandledEvent)(_lazyHandles, 571Private Function GetHandles(sourceModule As SourceModuleSymbol, diagBag As BindingDiagnosticBag) As ImmutableArray(Of HandledEvent) 575Return ImmutableArray(Of HandledEvent).Empty 580Dim handlesBuilder = ArrayBuilder(Of HandledEvent).GetInstance 599Optional ByRef resultKind As LookupResultKind = Nothing) As HandledEvent
Symbols\Source\SourceMethodSymbol.vb (2)
94Dim handledEvents As ImmutableArray(Of HandledEvent) 117handledEvents = ImmutableArray(Of HandledEvent).Empty
VisualBasicExtensions.vb (2)
571Public Function HandledEvents(methodSymbol As IMethodSymbol) As ImmutableArray(Of HandledEvent) 576Return ImmutableArray(Of HandledEvent).Empty