1 write to NRows
System.AddIn (1)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (1)
245NRows = new UInt32[(Int32)Tables.MaxTable + 1];
9 references to NRows
System.AddIn (9)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (9)
252NRows[Table] = B.ReadUInt32(); 253if (NRows[Table] == 0) 275Offset += lengths[Table] * NRows[Table]; 276if (((Valid & VBit) != 0) && (NRows[Table] != 0) && (lengths[Table] == 0)) 289UInt32 N = NRows[(int)Table]; 297return (NRows[(int) Table] < (1 << 16)) ? 2U : 4U; 359if (Row >= NRows[(Int32) T]) 362Row, T, Names[(Int32) T], NRows[(Int32) T])); 472return NRows[(UInt32)T];