1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1031
this.
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
7 references to Block
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
145
TableIndex.ClassLayout => reader.ClassLayoutTable.
Block
,
System\Reflection\Metadata\Internal\Tables.cs (5)
1042
return TypeDefinitionHandle.FromRowId(this.
Block
.PeekReference(rowOffset + _ParentOffset, _IsTypeDefTableRowRefSizeSmall));
1048
return this.
Block
.PeekUInt16(rowOffset + _PackagingSizeOffset);
1054
return this.
Block
.PeekUInt32(rowOffset + _ClassSizeOffset);
1060
return 1 + this.
Block
.BinarySearchReference(
1070
return this.
Block
.IsOrderedByReferenceAscending(this.RowSize, _ParentOffset, _IsTypeDefTableRowRefSizeSmall);
System\Reflection\Metadata\MetadataReader.cs (1)
657
totalRequiredSize += this.ClassLayoutTable.
Block
.Length;