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