2 writes to methods
Mono.Cecil (2)
Mono.Cecil\TypeDefinition.cs (2)
178
return Module.Read (ref
methods
, this, (type, reader) => reader.ReadMethods (type));
180
Interlocked.CompareExchange (ref
methods
, new MemberDefinitionCollection<MethodDefinition> (this) , null);
5 references to methods
Mono.Cecil (5)
Mono.Cecil\TypeDefinition.cs (5)
165
if (
methods
!= null)
166
return
methods
.Count > 0;
174
if (
methods
!= null)
175
return
methods
;
181
return
methods
;