1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
152
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows);
11 references to Block
System.Reflection.Metadata (11)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
179
TableIndex.LocalScope => reader.LocalScopeTable.
Block
,
System\Reflection\Metadata\MetadataReader.cs (1)
762
totalRequiredSize += this.LocalScopeTable.
Block
.Length;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (9)
163
return MethodDefinitionHandle.FromRowId(
Block
.PeekReference(rowOffset + MethodOffset, _isMethodRefSmall));
169
return ImportScopeHandle.FromRowId(
Block
.PeekReference(rowOffset + _importScopeOffset, _isImportScopeRefSmall));
175
return
Block
.PeekReference(rowOffset + _variableListOffset, _isLocalVariableRefSmall);
181
return
Block
.PeekReference(rowOffset + _constantListOffset, _isLocalConstantRefSmall);
187
return
Block
.PeekInt32(rowOffset + _startOffsetOffset);
193
return
Block
.PeekInt32(rowOffset + _lengthOffset);
201
Block
.PeekUInt32(rowOffset + _startOffsetOffset) +
202
Block
.PeekUInt32(rowOffset + _lengthOffset);
215
Block
.BinarySearchReferenceRange(