5 references to Index
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (1)
178
internal static int SerializeHandle(GuidHandle handle) => handle.
Index
;
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (2)
2399
return (result != 0) ? result : x.Kind.
Index
- y.Kind.
Index
;
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
168
public static int GetHeapOffset(GuidHandle handle) => handle.
Index
;
System\Reflection\Metadata\Internal\GuidHeap.cs (1)
26
return this.Block.PeekGuid((handle.
Index
- 1) * BlobUtilities.SizeOfGuid);