1 write to _reader
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
21_reader = reader;
18 references to _reader
System.Reflection.Metadata (18)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (18)
46return _reader.MethodDefTable.GetName(Handle); 59return _reader.MethodDefTable.GetSignature(Handle); 68var decoder = new SignatureDecoder<TType, TGenericContext>(provider, _reader, genericContext); 69var blobReader = _reader.GetBlobReader(Signature); 79return _reader.MethodDefTable.GetRva(Handle); 92return _reader.MethodDefTable.GetFlags(Handle); 105return _reader.MethodDefTable.GetImplFlags(Handle); 117return _reader.GetDeclaringType(Handle); 122return new ParameterHandleCollection(_reader, Handle); 127return _reader.GenericParamTable.FindGenericParametersForMethod(Handle); 132int implMapRid = _reader.ImplMapTable.FindImplForMethod(Handle); 138return _reader.ImplMapTable.GetImport(implMapRid); 143return new CustomAttributeHandleCollection(_reader, Handle); 148return new DeclarativeSecurityAttributeHandleCollection(_reader, Handle); 160return _reader.MethodDefTable.GetName(Handle); 165MethodAttributes flags = _reader.MethodDefTable.GetFlags(Handle); 189MethodImplAttributes flags = _reader.MethodDefTable.GetImplFlags(Handle); 211return _reader.MethodDefTable.GetSignature(Handle);