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)
42
return
_reader
.MethodDefTable.GetName(Handle);
55
return
_reader
.MethodDefTable.GetSignature(Handle);
64
var decoder = new SignatureDecoder<TType, TGenericContext>(provider,
_reader
, genericContext);
65
var blobReader =
_reader
.GetBlobReader(Signature);
75
return
_reader
.MethodDefTable.GetRva(Handle);
88
return
_reader
.MethodDefTable.GetFlags(Handle);
101
return
_reader
.MethodDefTable.GetImplFlags(Handle);
113
return
_reader
.GetDeclaringType(Handle);
118
return new ParameterHandleCollection(
_reader
, Handle);
123
return
_reader
.GenericParamTable.FindGenericParametersForMethod(Handle);
128
int implMapRid =
_reader
.ImplMapTable.FindImplForMethod(Handle);
134
return
_reader
.ImplMapTable.GetImport(implMapRid);
139
return new CustomAttributeHandleCollection(
_reader
, Handle);
144
return new DeclarativeSecurityAttributeHandleCollection(
_reader
, Handle);
156
return
_reader
.MethodDefTable.GetName(Handle);
161
MethodAttributes flags =
_reader
.MethodDefTable.GetFlags(Handle);
185
MethodImplAttributes flags =
_reader
.MethodDefTable.GetImplFlags(Handle);
207
return
_reader
.MethodDefTable.GetSignature(Handle);