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