1 write to StandAloneSigTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
662
this.
StandAloneSigTable
= new StandAloneSigTableReader(rowCounts[(int)TableIndex.StandAloneSig], blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
4 references to StandAloneSigTable
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
66
TableIndex.StandAloneSig => reader.
StandAloneSigTable
.RowSize,
147
TableIndex.StandAloneSig => reader.
StandAloneSigTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
663
totalRequiredSize += this.
StandAloneSigTable
.Block.Length;
System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs (1)
36
get { return _reader.
StandAloneSigTable
.GetSignature(_rowId); }