1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
39
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows);
6 references to Block
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
177
TableIndex.Document => reader.DocumentTable.
Block
,
System\Reflection\Metadata\MetadataReader.cs (1)
756
totalRequiredSize += this.DocumentTable.
Block
.Length;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (4)
45
return DocumentNameBlobHandle.FromOffset(
Block
.PeekHeapReference(rowOffset + NameOffset, _isBlobHeapRefSizeSmall));
51
return GuidHandle.FromIndex(
Block
.PeekHeapReference(rowOffset + _hashAlgorithmOffset, _isGuidHeapRefSizeSmall));
57
return BlobHandle.FromOffset(
Block
.PeekHeapReference(rowOffset + _hashOffset, _isBlobHeapRefSizeSmall));
63
return GuidHandle.FromIndex(
Block
.PeekHeapReference(rowOffset + _languageOffset, _isGuidHeapRefSizeSmall));