1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
311Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows);
4 references to Block
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
181TableIndex.LocalConstant => reader.LocalConstantTable.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
768totalRequiredSize += this.LocalConstantTable.Block.Length;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
317return StringHandle.FromOffset(Block.PeekHeapReference(rowOffset + NameOffset, _isStringHeapRefSizeSmall)); 323return BlobHandle.FromOffset(Block.PeekHeapReference(rowOffset + _signatureOffset, _isBlobHeapRefSizeSmall));