1 write to CustomAttributeTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
641
this.
CustomAttributeTable
= new CustomAttributeTableReader(rowCounts[(int)TableIndex.CustomAttribute],
15 references to CustomAttributeTable
System.Reflection.Metadata (15)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
61
TableIndex.CustomAttribute => reader.
CustomAttributeTable
.RowSize,
142
TableIndex.CustomAttribute => reader.
CustomAttributeTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
648
totalRequiredSize += this.
CustomAttributeTable
.Block.Length;
System\Reflection\Metadata\MetadataReader.WinMD.cs (3)
669
var parent =
CustomAttributeTable
.GetParent(handle);
710
var attributeCtor =
CustomAttributeTable
.GetConstructor(attributeHandle);
797
var ctor =
CustomAttributeTable
.GetConstructor(handle);
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (5)
50
return _reader.
CustomAttributeTable
.GetConstructor(Handle);
64
return _reader.
CustomAttributeTable
.GetParent(Handle);
80
return _reader.
CustomAttributeTable
.GetValue(Handle);
112
return _reader.
CustomAttributeTable
.GetValue(Handle);
149
var rawBlob = _reader.
CustomAttributeTable
.GetValue(Handle);
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (4)
240
_lastRowId = reader.
CustomAttributeTable
.NumberOfRows;
248
reader.
CustomAttributeTable
.GetAttributeRange(handle, out _firstRowId, out _lastRowId);
299
if (_reader.
CustomAttributeTable
.PtrTable != null)
313
_reader.
CustomAttributeTable
.PtrTable![(_currentRowId & (int)TokenTypeIds.RIDMask) - 1]);