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