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