3 instantiations of InterfaceImplementationCollection
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (2)
1230 return new InterfaceImplementationCollection (type); 1232 var interfaces = new InterfaceImplementationCollection (type, mapping.Count);
Mono.Cecil\TypeDefinition.cs (1)
136 Interlocked.CompareExchange (ref interfaces, new InterfaceImplementationCollection (this), null);
3 references to InterfaceImplementationCollection
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (2)
1224 public InterfaceImplementationCollection ReadInterfaces (TypeDefinition type) 1232 var interfaces = new InterfaceImplementationCollection (type, mapping.Count);
Mono.Cecil\TypeDefinition.cs (1)
29 InterfaceImplementationCollection interfaces;