1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
263Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows);
5 references to Block
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
180TableIndex.LocalVariable => reader.LocalVariableTable.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
765totalRequiredSize += this.LocalVariableTable.Block.Length;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (3)
269return (LocalVariableAttributes)Block.PeekUInt16(rowOffset + _attributesOffset); 275return Block.PeekUInt16(rowOffset + _indexOffset); 281return StringHandle.FromOffset(Block.PeekHeapReference(rowOffset + _nameOffset, _isStringHeapRefSizeSmall));