1 write to FieldMarshalTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
650
this.
FieldMarshalTable
= new FieldMarshalTableReader(rowCounts[(int)TableIndex.FieldMarshal], IsDeclaredSorted(TableMask.FieldMarshal), hasFieldMarshalRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
7 references to FieldMarshalTable
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
62
TableIndex.FieldMarshal => reader.
FieldMarshalTable
.RowSize,
143
TableIndex.FieldMarshal => reader.
FieldMarshalTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
651
totalRequiredSize += this.
FieldMarshalTable
.Block.Length;
System\Reflection\Metadata\TypeSystem\FieldDefinition.cs (2)
134
int marshalRowId = _reader.
FieldMarshalTable
.FindFieldMarshalRowId(Handle);
140
return _reader.
FieldMarshalTable
.GetNativeType(marshalRowId);
System\Reflection\Metadata\TypeSystem\Parameter.cs (2)
60
int marshalRowId = _reader.
FieldMarshalTable
.FindFieldMarshalRowId(Handle);
66
return _reader.
FieldMarshalTable
.GetNativeType(marshalRowId);