1 write to Block
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
951
this.
Block
= containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows);
7 references to Block
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
144
TableIndex.DeclSecurity => reader.DeclSecurityTable.
Block
,
System\Reflection\Metadata\Internal\Tables.cs (5)
962
return (DeclarativeSecurityAction)this.
Block
.PeekUInt16(rowOffset + _ActionOffset);
968
return HasDeclSecurityTag.ConvertToHandle(this.
Block
.PeekTaggedReference(rowOffset + _ParentOffset, _IsHasDeclSecurityRefSizeSmall));
974
return BlobHandle.FromOffset(this.
Block
.PeekHeapReference(rowOffset + _PermissionSetOffset, _IsBlobHeapRefSizeSmall));
981
this.
Block
.BinarySearchReferenceRange(
1004
return this.
Block
.IsOrderedByReferenceAscending(this.RowSize, _ParentOffset, _IsHasDeclSecurityRefSizeSmall);
System\Reflection\Metadata\MetadataReader.cs (1)
654
totalRequiredSize += this.DeclSecurityTable.
Block
.Length;