1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1628this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
3 references to Block
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
156TableIndex.ModuleRef => reader.ModuleRefTable.Block,
System\Reflection\Metadata\Internal\Tables.cs (1)
1634return StringHandle.FromOffset(this.Block.PeekHeapReference(rowOffset + _NameOffset, _IsStringHeapRefSizeSmall));
System\Reflection\Metadata\MetadataReader.cs (1)
690totalRequiredSize += this.ModuleRefTable.Block.Length;