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