1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2131
this.
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
2 references to Block
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
167
TableIndex.AssemblyRefOS => reader.AssemblyRefOSTable.
Block
,
System\Reflection\Metadata\MetadataReader.cs (1)
723
totalRequiredSize += this.AssemblyRefOSTable.
Block
.Length;