1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1822
this.
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
4 references to Block
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
160
TableIndex.EncLog => reader.EncLogTable.
Block
,
System\Reflection\Metadata\Internal\Tables.cs (2)
1828
return this.
Block
.PeekUInt32(rowOffset + _TokenOffset);
1834
return (EditAndContinueOperation)this.
Block
.PeekUInt32(rowOffset + _FuncCodeOffset);
System\Reflection\Metadata\MetadataReader.cs (1)
702
totalRequiredSize += this.EncLogTable.
Block
.Length;