1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
461Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows);
6 references to Block
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
184TableIndex.CustomDebugInformation => reader.CustomDebugInformationTable.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
777totalRequiredSize += this.CustomDebugInformationTable.Block.Length;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (4)
472return HasCustomDebugInformationTag.ConvertToHandle(Block.PeekTaggedReference(rowOffset + ParentOffset, _isHasCustomDebugInformationRefSizeSmall)); 478return GuidHandle.FromIndex(Block.PeekHeapReference(rowOffset + _kindOffset, _isGuidHeapRefSizeSmall)); 484return BlobHandle.FromOffset(Block.PeekHeapReference(rowOffset + _valueOffset, _isBlobHeapRefSizeSmall)); 491Block.BinarySearchReferenceRange(