1 write to DeclSecurityTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
653
this.
DeclSecurityTable
= new DeclSecurityTableReader(rowCounts[(int)TableIndex.DeclSecurity], IsDeclaredSorted(TableMask.DeclSecurity), hasDeclSecurityRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
8 references to DeclSecurityTable
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
63
TableIndex.DeclSecurity => reader.
DeclSecurityTable
.RowSize,
144
TableIndex.DeclSecurity => reader.
DeclSecurityTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
654
totalRequiredSize += this.
DeclSecurityTable
.Block.Length;
System\Reflection\Metadata\TypeSystem\DeclarativeSecurityAttribute.cs (3)
29
return _reader.
DeclSecurityTable
.GetAction(_rowId);
37
return _reader.
DeclSecurityTable
.GetParent(_rowId);
45
return _reader.
DeclSecurityTable
.GetPermissionSet(_rowId);
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
360
_lastRowId = reader.
DeclSecurityTable
.NumberOfRows;
369
reader.
DeclSecurityTable
.GetAttributeRange(handle, out _firstRowId, out _lastRowId);