2 writes to PtrTable
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
783this.PtrTable = null; 787this.PtrTable = this.Block.BuildPtrTable(
4 references to PtrTable
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\Tables.cs (2)
817if (this.PtrTable != null) 820this.PtrTable,
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
299if (_reader.CustomAttributeTable.PtrTable != null) 313_reader.CustomAttributeTable.PtrTable![(_currentRowId & (int)TokenTypeIds.RIDMask) - 1]);