1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1155
this.
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
3 references to Block
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
147
TableIndex.StandAloneSig => reader.StandAloneSigTable.
Block
,
System\Reflection\Metadata\Internal\Tables.cs (1)
1161
return BlobHandle.FromOffset(this.
Block
.PeekHeapReference(rowOffset + _SignatureOffset, _IsBlobHeapRefSizeSmall));
System\Reflection\Metadata\MetadataReader.cs (1)
663
totalRequiredSize += this.StandAloneSigTable.
Block
.Length;