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