1 write to tableAt
System.AddIn (1)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (1)
268tableAt = new UInt32[(Int32)Tables.MaxTable + 1];
2 references to tableAt
System.AddIn (2)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (2)
273tableAt[Table] = Offset; 363B.BaseStream.Seek(tableAt[(Int32)T]+Row*lengths[(Int32)T], SeekOrigin.Begin);