1 write to MethodImplTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
686
this.
MethodImplTable
= new MethodImplTableReader(rowCounts[(int)TableIndex.MethodImpl], IsDeclaredSorted(TableMask.MethodImpl), GetReferenceSize(rowCounts, TableIndex.TypeDef), methodDefOrRefRefSize, metadataTablesMemoryBlock, totalRequiredSize);
8 references to MethodImplTable
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
74
TableIndex.MethodImpl => reader.
MethodImplTable
.RowSize,
155
TableIndex.MethodImpl => reader.
MethodImplTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
687
totalRequiredSize += this.
MethodImplTable
.Block.Length;
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
947
_lastRowId = reader.
MethodImplTable
.NumberOfRows;
951
reader.
MethodImplTable
.GetMethodImplRange(containingType, out _firstRowId, out _lastRowId);
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (3)
33
return _reader.
MethodImplTable
.GetClass(Handle);
41
return _reader.
MethodImplTable
.GetMethodBody(Handle);
49
return _reader.
MethodImplTable
.GetMethodDeclaration(Handle);