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