1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2258
this.
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
9 references to Block
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
169
TableIndex.ExportedType => reader.ExportedTypeTable.
Block
,
System\Reflection\Metadata\Internal\Tables.cs (7)
2264
return StringHandle.FromOffset(this.
Block
.PeekHeapReference(rowOffset + _TypeNameOffset, _IsStringHeapRefSizeSmall));
2270
return StringHandle.FromOffset(this.
Block
.PeekHeapReference(rowOffset + _TypeNamespaceOffset, _IsStringHeapRefSizeSmall));
2276
return NamespaceDefinitionHandle.FromFullNameOffset(this.
Block
.PeekHeapReference(rowOffset + _TypeNamespaceOffset, _IsStringHeapRefSizeSmall));
2282
return ImplementationTag.ConvertToHandle(this.
Block
.PeekTaggedReference(rowOffset + _ImplementationOffset, _IsImplementationRefSizeSmall));
2288
return (TypeAttributes)this.
Block
.PeekUInt32(rowOffset + _FlagsOffset);
2294
return this.
Block
.PeekInt32(rowOffset + _TypeDefIdOffset);
2300
return this.
Block
.PeekReference(rowOffset + _TypeNamespaceOffset, _IsStringHeapRefSizeSmall);
System\Reflection\Metadata\MetadataReader.cs (1)
729
totalRequiredSize += this.ExportedTypeTable.
Block
.Length;