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