15 references to Handle
System.Reflection.Metadata (15)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (15)
42return _reader.MethodDefTable.GetName(Handle); 55return _reader.MethodDefTable.GetSignature(Handle); 75return _reader.MethodDefTable.GetRva(Handle); 88return _reader.MethodDefTable.GetFlags(Handle); 101return _reader.MethodDefTable.GetImplFlags(Handle); 113return _reader.GetDeclaringType(Handle); 118return new ParameterHandleCollection(_reader, Handle); 123return _reader.GenericParamTable.FindGenericParametersForMethod(Handle); 128int implMapRid = _reader.ImplMapTable.FindImplForMethod(Handle); 139return new CustomAttributeHandleCollection(_reader, Handle); 144return new DeclarativeSecurityAttributeHandleCollection(_reader, Handle); 156return _reader.MethodDefTable.GetName(Handle); 161MethodAttributes flags = _reader.MethodDefTable.GetFlags(Handle); 185MethodImplAttributes flags = _reader.MethodDefTable.GetImplFlags(Handle); 207return _reader.MethodDefTable.GetSignature(Handle);