1 write to _module
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
30_module = (EcmaModule)(declaringType.Module);
4 references to _module
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (4)
34internal sealed override RoModule GetRoModule() => _module; 36public sealed override IEnumerable<CustomAttributeData> CustomAttributes => EventDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module); 61protected sealed override Type ComputeEventHandlerType() => EventDefinition.Type.ResolveTypeDefRefOrSpec(_module, TypeContext); 97private MetadataReader Reader => _module.Reader;