1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1340this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
6 references to Block
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
151TableIndex.PropertyMap => reader.PropertyMapTable.Block,
System\Reflection\Metadata\Internal\Tables.cs (4)
1349this.Block.LinearSearchReference( 1361return TypeDefinitionHandle.FromRowId(this.Block.PeekReference(rowOffset + _ParentOffset, _IsTypeDefTableRowRefSizeSmall)); 1367return this.Block.PeekReference(rowOffset + _PropertyListOffset, _IsPropertyRefSizeSmall); 1373int slot = this.Block.BinarySearchForSlot(numOfRows, this.RowSize, _PropertyListOffset, (uint)propertyRowId, _IsPropertyRefSizeSmall);
System\Reflection\Metadata\MetadataReader.cs (1)
675totalRequiredSize += this.PropertyMapTable.Block.Length;