5 references to WithEvents
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\MethodCompiler.vb (1)
1339
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
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\GetSemanticInfoTests.vb (1)
3085
Assert.Equal(HandledEventKind.
WithEvents
, handledEvent0.HandlesKind)