4 references to WithEvents
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\MethodCompiler.vb (1)
1355If handledEvent.HandlesKind <> HandledEventKind.WithEvents Then
Symbols\HandledEvent.vb (1)
29Debug.Assert((withEventsContainerOpt Is Nothing) Or kind = HandledEventKind.WithEvents)
Symbols\Source\SourceMemberMethodSymbol.vb (2)
637handlesKind = HandledEventKind.WithEvents 773If handlesKind = HandledEventKind.WithEvents Then