2 writes to events
Mono.Cecil (2)
Mono.Cecil\TypeDefinition.cs (2)
222
return Module.Read (ref
events
, this, (type, reader) => reader.ReadEvents (type));
224
Interlocked.CompareExchange (ref
events
, new MemberDefinitionCollection<EventDefinition> (this), null);
5 references to events
Mono.Cecil (5)
Mono.Cecil\TypeDefinition.cs (5)
209
if (
events
!= null)
210
return
events
.Count > 0;
218
if (
events
!= null)
219
return
events
;
225
return
events
;