1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1367this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
3 references to Block
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
152TableIndex.PropertyPtr => reader.PropertyPtrTable.Block,
System\Reflection\Metadata\Internal\Tables.cs (1)
1376return PropertyDefinitionHandle.FromRowId(this.Block.PeekReference(rowOffset + _PropertyOffset, _IsPropertyTableRowRefSizeSmall));
System\Reflection\Metadata\MetadataReader.cs (1)
678totalRequiredSize += this.PropertyPtrTable.Block.Length;