4 references to Handle
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (4)
33
return _reader.MethodImplTable.GetClass(
Handle
);
41
return _reader.MethodImplTable.GetMethodBody(
Handle
);
49
return _reader.MethodImplTable.GetMethodDeclaration(
Handle
);
55
return new CustomAttributeHandleCollection(_reader,
Handle
);