2 instantiations of 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);
2 references to MethodImplementationHandleCollection
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
883internal MethodImplementationHandleCollection GetMethodImplementationsOrThrow(TypeDefinitionHandle typeDef)
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
198public MethodImplementationHandleCollection GetMethodImplementations()