15 instantiations of MemberDefinitionCollection
Mono.Cecil (15)
Mono.Cecil\TypeDefinition.cs (5)
158 Interlocked.CompareExchange (ref nested_types, new MemberDefinitionCollection<TypeDefinition> (this), null);
180 Interlocked.CompareExchange (ref methods, new MemberDefinitionCollection<MethodDefinition> (this) , null);
202 Interlocked.CompareExchange (ref fields, new MemberDefinitionCollection<FieldDefinition> (this), null);
224 Interlocked.CompareExchange (ref events, new MemberDefinitionCollection<EventDefinition> (this), null);
246 Interlocked.CompareExchange (ref properties, new MemberDefinitionCollection<PropertyDefinition> (this), null);
5 references to MemberDefinitionCollection
Mono.Cecil (5)