30 references to VirtualIndex
System.Reflection.Metadata (30)
System\Reflection\Metadata\Internal\Tables.cs (1)
2024this.NumberOfVirtualRows = (metadataKind == MetadataKind.Ecma335) ? 0 : (int)AssemblyReferenceHandle.VirtualIndex.Count;
System\Reflection\Metadata\MetadataReader.WinMD.cs (14)
28public readonly AssemblyReferenceHandle.VirtualIndex AssemblyRef; 37AssemblyReferenceHandle.VirtualIndex clrAssembly, 122var systemRuntimeWindowsRuntime = AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime; 123var systemRuntime = AssemblyReferenceHandle.VirtualIndex.System_Runtime; 124var systemObjectModel = AssemblyReferenceHandle.VirtualIndex.System_ObjectModel; 125var systemRuntimeWindowsUiXaml = AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime_UI_Xaml; 126var systemRuntimeInterop = AssemblyReferenceHandle.VirtualIndex.System_Runtime_InteropServices_WindowsRuntime; 127var systemNumericsVectors = AssemblyReferenceHandle.VirtualIndex.System_Numerics_Vectors;
System\Reflection\Metadata\TypeSystem\AssemblyReference.cs (11)
149return StringHandle.FromVirtualIndex(GetVirtualNameIndex((AssemblyReferenceHandle.VirtualIndex)RowId)); 152private static StringHandle.VirtualIndex GetVirtualNameIndex(AssemblyReferenceHandle.VirtualIndex index) 156case AssemblyReferenceHandle.VirtualIndex.System_ObjectModel: 159case AssemblyReferenceHandle.VirtualIndex.System_Runtime: 162case AssemblyReferenceHandle.VirtualIndex.System_Runtime_InteropServices_WindowsRuntime: 165case AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime: 168case AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime_UI_Xaml: 171case AssemblyReferenceHandle.VirtualIndex.System_Numerics_Vectors: 186switch ((AssemblyReferenceHandle.VirtualIndex)RowId) 188case AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime: 189case AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime_UI_Xaml:
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
1718return AssemblyReferenceHandle.FromVirtualIndex((AssemblyReferenceHandle.VirtualIndex)((uint)_virtualRowId));
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (2)
1633internal static AssemblyReferenceHandle FromVirtualIndex(VirtualIndex virtualIndex) 1635Debug.Assert(virtualIndex < VirtualIndex.Count);
System\Reflection\Metadata\TypeSystem\TypeReference.cs (1)
106return AssemblyReferenceHandle.FromVirtualIndex(AssemblyReferenceHandle.VirtualIndex.System_Runtime);