8 references to MaxTable
System.AddIn (8)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (8)
38
internal static readonly String[] Names = new String[(Int32)Tables.
MaxTable
+ 1];
39
internal static readonly Boolean[] IsDefined = new Boolean[(Int32)Tables.
MaxTable
+ 1];
153
for (Int32 i = 0; i <= (Int32)Tables.
MaxTable
; i++)
245
NRows = new UInt32[(Int32)Tables.
MaxTable
+ 1];
248
for (int Table = 0; Table <= (int)Tables.
MaxTable
; Table++, VBit <<= 1)
268
tableAt = new UInt32[(Int32)Tables.
MaxTable
+ 1];
271
for (int Table = 0; Table <= (int)Tables.
MaxTable
; Table++, VBit <<= 1)
302
lengths = new UInt32[(Int32)Tables.
MaxTable
+ 1];