1 write to _reader
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (1)
20_reader = reader;
4 references to _reader
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (4)
33return _reader.MethodImplTable.GetClass(Handle); 41return _reader.MethodImplTable.GetMethodBody(Handle); 49return _reader.MethodImplTable.GetMethodDeclaration(Handle); 55return new CustomAttributeHandleCollection(_reader, Handle);