1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2212
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)
2218
return StringHandle.FromOffset(this.
Block
.PeekHeapReference(rowOffset + _TypeNameOffset, _IsStringHeapRefSizeSmall));
2224
return StringHandle.FromOffset(this.
Block
.PeekHeapReference(rowOffset + _TypeNamespaceOffset, _IsStringHeapRefSizeSmall));
2230
return NamespaceDefinitionHandle.FromFullNameOffset(this.
Block
.PeekHeapReference(rowOffset + _TypeNamespaceOffset, _IsStringHeapRefSizeSmall));
2236
return ImplementationTag.ConvertToHandle(this.
Block
.PeekTaggedReference(rowOffset + _ImplementationOffset, _IsImplementationRefSizeSmall));
2242
return (TypeAttributes)this.
Block
.PeekUInt32(rowOffset + _FlagsOffset);
2248
return this.
Block
.PeekInt32(rowOffset + _TypeDefIdOffset);
2254
return this.
Block
.PeekReference(rowOffset + _TypeNamespaceOffset, _IsStringHeapRefSizeSmall);
System\Reflection\Metadata\MetadataReader.cs (1)
729
totalRequiredSize += this.ExportedTypeTable.
Block
.Length;