1 write to _reader
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
17_reader = reader;
18 references to _reader
System.Reflection.Metadata (18)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (18)
42return _reader.MethodDefTable.GetName(Handle); 55return _reader.MethodDefTable.GetSignature(Handle); 64var decoder = new SignatureDecoder<TType, TGenericContext>(provider, _reader, genericContext); 65var blobReader = _reader.GetBlobReader(Signature); 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); 134return _reader.ImplMapTable.GetImport(implMapRid); 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);