2 references to InterfaceImplementationCollection
Mono.Cecil (2)
Mono.Cecil\AssemblyReader.cs (1)
1230 return new InterfaceImplementationCollection (type);
Mono.Cecil\TypeDefinition.cs (1)
136 Interlocked.CompareExchange (ref interfaces, new InterfaceImplementationCollection (this), null);