1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
94
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows);
4 references to Block
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
178
TableIndex.MethodDebugInformation => reader.MethodDebugInformationTable.
Block
,
System\Reflection\Metadata\MetadataReader.cs (1)
759
totalRequiredSize += this.MethodDebugInformationTable.
Block
.Length;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
100
return DocumentHandle.FromRowId(
Block
.PeekReference(rowOffset + DocumentOffset, _isDocumentRefSmall));
106
return BlobHandle.FromOffset(
Block
.PeekHeapReference(rowOffset + _sequencePointsOffset, _isBlobHeapRefSizeSmall));