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