1 write to AssemblyTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
707
this.
AssemblyTable
= new AssemblyTableReader(rowCounts[(int)TableIndex.Assembly], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
11 references to AssemblyTable
System.Reflection.Metadata (11)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
81
TableIndex.Assembly => reader.
AssemblyTable
.RowSize,
162
TableIndex.Assembly => reader.
AssemblyTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (3)
129
Debug.Assert(
AssemblyTable
.NumberOfRows <= 1);
708
totalRequiredSize += this.
AssemblyTable
.Block.Length;
1028
public bool IsAssembly =>
AssemblyTable
.NumberOfRows == 1;
System\Reflection\Metadata\TypeSystem\AssemblyDefinition.cs (6)
22
return _reader.
AssemblyTable
.GetHashAlgorithm();
30
return _reader.
AssemblyTable
.GetVersion();
38
return _reader.
AssemblyTable
.GetFlags();
46
return _reader.
AssemblyTable
.GetName();
54
return _reader.
AssemblyTable
.GetCulture();
62
return _reader.
AssemblyTable
.GetPublicKey();