1 instantiation of EventAccessors
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
99return new EventAccessors(adder, remover, fire, otherAccessors);
8 references to EventAccessors
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\MethodMetadataNode.cs (1)
114EventAccessors accessors = reader.GetEventDefinition(eventHandle).GetAccessors();
src\runtime\src\coreclr\tools\Common\Compiler\PseudoDescExtensions.cs (1)
42var accessors = reader.GetEventDefinition(eventHandle).GetAccessors();
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Event.cs (1)
21Ecma.EventAccessors acc = eventDef.GetAccessors();
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\PseudoDescExtensions.cs (1)
42var accessors = reader.GetEventDefinition(eventHandle).GetAccessors();
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3962internal EventAccessors GetEventMethodsOrThrow(EventDefinitionHandle eventDef)
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2660var methods = module.GetEventMethodsOrThrow(eventRid);
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
75var accessors = eventDef.GetAccessors();
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
64public EventAccessors GetAccessors()