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