1 write to RowIndex
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\AssemblyFileInfo.cs (1)
20
RowIndex
= rowIndex;
4 references to RowIndex
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Assemblies\RoAssembly.Modules.cs (4)
75
if (afi.
RowIndex
== 0)
78
int loadedModulesIndex = afi.
RowIndex
- 1;
110
Debug.Assert(afi.
RowIndex
!= 0); // Since we excluded the manifest module from the search.
112
int loadedModuleIndex = afi.
RowIndex
- 1;