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