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