2 references to MethodImplementationHandleCollection
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
447foreach (var methodImplHandle in new MethodImplementationHandleCollection(this, parentTypeDef))
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
200return new MethodImplementationHandleCollection(_reader, Handle);