4 references to WithEvents
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\MethodCompiler.vb (1)
1355
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)
637
handlesKind = HandledEventKind.
WithEvents
773
If handlesKind = HandledEventKind.
WithEvents
Then