30 references to VirtualIndex
System.Reflection.Metadata (30)
System\Reflection\Metadata\Internal\Tables.cs (1)
2070this.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)
143return StringHandle.FromVirtualIndex(GetVirtualNameIndex((AssemblyReferenceHandle.VirtualIndex)RowId)); 146private static StringHandle.VirtualIndex GetVirtualNameIndex(AssemblyReferenceHandle.VirtualIndex index) 150case AssemblyReferenceHandle.VirtualIndex.System_ObjectModel: 153case AssemblyReferenceHandle.VirtualIndex.System_Runtime: 156case AssemblyReferenceHandle.VirtualIndex.System_Runtime_InteropServices_WindowsRuntime: 159case AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime: 162case AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime_UI_Xaml: 165case AssemblyReferenceHandle.VirtualIndex.System_Numerics_Vectors: 180switch ((AssemblyReferenceHandle.VirtualIndex)RowId) 182case AssemblyReferenceHandle.VirtualIndex.System_Runtime_WindowsRuntime: 183case 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)
103return AssemblyReferenceHandle.FromVirtualIndex(AssemblyReferenceHandle.VirtualIndex.System_Runtime);