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)
46
return
_reader
.MethodDefTable.GetName(Handle);
59
return
_reader
.MethodDefTable.GetSignature(Handle);
68
var decoder = new SignatureDecoder<TType, TGenericContext>(provider,
_reader
, genericContext);
69
var blobReader =
_reader
.GetBlobReader(Signature);
79
return
_reader
.MethodDefTable.GetRva(Handle);
92
return
_reader
.MethodDefTable.GetFlags(Handle);
105
return
_reader
.MethodDefTable.GetImplFlags(Handle);
114
return
_reader
.GetDeclaringType(Handle);
119
return new ParameterHandleCollection(
_reader
, Handle);
124
return
_reader
.GenericParamTable.FindGenericParametersForMethod(Handle);
129
int implMapRid =
_reader
.ImplMapTable.FindImplForMethod(Handle);
135
return
_reader
.ImplMapTable.GetImport(implMapRid);
140
return new CustomAttributeHandleCollection(
_reader
, Handle);
145
return new DeclarativeSecurityAttributeHandleCollection(
_reader
, Handle);
157
return
_reader
.MethodDefTable.GetName(Handle);
162
MethodAttributes flags =
_reader
.MethodDefTable.GetFlags(Handle);
186
MethodImplAttributes flags =
_reader
.MethodDefTable.GetImplFlags(Handle);
208
return
_reader
.MethodDefTable.GetSignature(Handle);