4 references to GetEventsOfTypeOrThrow
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
799
foreach (var eventDef in module.
GetEventsOfTypeOrThrow
(_handle))
2008
foreach (var eventRid in module.
GetEventsOfTypeOrThrow
(_handle))
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
481
For Each eventDef In peModule.
GetEventsOfTypeOrThrow
(_handle)
1232
For Each eventRid In [module].
GetEventsOfTypeOrThrow
(_handle)