1 write to FileTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
725
this.
FileTable
= new FileTableReader(rowCounts[(int)TableIndex.File], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
7 references to FileTable
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
87
TableIndex.File => reader.
FileTable
.RowSize,
168
TableIndex.File => reader.
FileTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (2)
726
totalRequiredSize += this.
FileTable
.Block.Length;
1037
public AssemblyFileHandleCollection AssemblyFiles => new AssemblyFileHandleCollection(
FileTable
.NumberOfRows);
System\Reflection\Metadata\TypeSystem\AssemblyFile.cs (3)
37
get { return _reader.
FileTable
.GetFlags(Handle) == 0; }
48
get { return _reader.
FileTable
.GetName(Handle); }
59
get { return _reader.
FileTable
.GetHashValue(Handle); }