15 references to Handle
System.Reflection.Metadata (15)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (15)
46return _reader.MethodDefTable.GetName(Handle); 59return _reader.MethodDefTable.GetSignature(Handle); 79return _reader.MethodDefTable.GetRva(Handle); 92return _reader.MethodDefTable.GetFlags(Handle); 105return _reader.MethodDefTable.GetImplFlags(Handle); 114return _reader.GetDeclaringType(Handle); 119return new ParameterHandleCollection(_reader, Handle); 124return _reader.GenericParamTable.FindGenericParametersForMethod(Handle); 129int implMapRid = _reader.ImplMapTable.FindImplForMethod(Handle); 140return new CustomAttributeHandleCollection(_reader, Handle); 145return new DeclarativeSecurityAttributeHandleCollection(_reader, Handle); 157return _reader.MethodDefTable.GetName(Handle); 162MethodAttributes flags = _reader.MethodDefTable.GetFlags(Handle); 186MethodImplAttributes flags = _reader.MethodDefTable.GetImplFlags(Handle); 208return _reader.MethodDefTable.GetSignature(Handle);