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