1 instantiation of HandledEvent
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
843Dim handledEventResult = New HandledEvent(handlesKind,
15 references to HandledEvent
Microsoft.CodeAnalysis.VisualBasic (15)
Compilation\MethodCompiler.vb (1)
1328Private Sub CreateSyntheticWithEventOverridesIfNeeded(handledEvents As ImmutableArray(Of HandledEvent),
Symbols\MethodSymbol.vb (2)
342Public Overridable ReadOnly Property HandledEvents As ImmutableArray(Of HandledEvent) 344Return 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