1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1155this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
3 references to Block
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
147TableIndex.StandAloneSig => reader.StandAloneSigTable.Block,
System\Reflection\Metadata\Internal\Tables.cs (1)
1161return BlobHandle.FromOffset(this.Block.PeekHeapReference(rowOffset + _SignatureOffset, _IsBlobHeapRefSizeSmall));
System\Reflection\Metadata\MetadataReader.cs (1)
663totalRequiredSize += this.StandAloneSigTable.Block.Length;