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