2 writes to Table
System.AddIn (2)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (2)
20
Table
= table;
502
Result.
Table
= Ts[Code & Mask];
29 references to Table
System.AddIn (29)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (5)
26
return String.Format(CultureInfo.InvariantCulture, "Table {0} ({1}), entry {2}", MDTables.Names[(Int32)
Table
], (UInt32)
Table
, Index);
31
return String.Format(CultureInfo.InvariantCulture, "{0:x2}{1:x6}", (UInt32)
Table
, Index);
371
SeekToRowOfTable(token.
Table
, token.Index - 1);
504
if (Result.
Table
== Tables.Invalid)
System\Addin\MiniReflection\MiniAssembly.cs (3)
143
System.Diagnostics.Contracts.Contract.Requires(token.
Table
== MDTables.Tables.AssemblyRef);
256
System.Diagnostics.Contracts.Contract.Requires(assemblyRefB.
Table
== MDTables.Tables.AssemblyRef);
277
System.Diagnostics.Contracts.Contract.Requires(assemblyRef.
Table
== MDTables.Tables.AssemblyRef);
System\Addin\MiniReflection\MiniModule.cs (4)
149
if (caType.
Table
!= MDTables.Tables.MemberRef)
153
System.Diagnostics.Contracts.Contract.Assert(caType.
Table
== MDTables.Tables.MethodDef);
169
switch (targetType.
Table
)
186
throw new NotImplementedException(String.Format(CultureInfo.CurrentCulture, Res.UnknownTokenType, targetType.
Table
, Assembly.FullName));
System\Addin\MiniReflection\TypeInfo.cs (17)
79
System.Diagnostics.Contracts.Contract.Requires(typeDef.
Table
== MDTables.Tables.TypeDef);
98
System.Diagnostics.Contracts.Contract.Requires(typeDef.
Table
== MDTables.Tables.TypeDef);
113
System.Diagnostics.Contracts.Contract.Requires(typeDef.
Table
== MDTables.Tables.TypeDef);
137
System.Diagnostics.Contracts.Contract.Requires(typeRefToken.
Table
== MDTables.Tables.TypeRef);
442
if (token.
Table
== MDTables.Tables.TypeRef)
447
else if (token.
Table
== MDTables.Tables.TypeDef)
480
System.Diagnostics.Contracts.Contract.Assert(_mdToken.
Table
== MDTables.Tables.TypeDef);
745
if (_mdToken.
Table
== MDTables.Tables.TypeRef)
752
System.Diagnostics.Contracts.Contract.Assert(_mdToken.
Table
== MDTables.Tables.TypeDef);
760
System.Diagnostics.Contracts.Contract.Requires(typeDefToken.
Table
== MDTables.Tables.TypeDef);
781
switch (interfaceToken.
Table
)
822
throw new NotImplementedException(String.Format(CultureInfo.CurrentCulture, Res.UnsupportedInterfaceType, interfaceToken.
Table
));
837
System.Diagnostics.Contracts.Contract.Requires(typeRef.
Table
== MDTables.Tables.TypeRef);
846
System.Diagnostics.Contracts.Contract.Assert(resolutionScope.
Table
== MDTables.Tables.AssemblyRef);
884
System.Diagnostics.Contracts.Contract.Assert(_mdToken.
Table
== MDTables.Tables.TypeDef);
972
if (caType.
Table
!= MDTables.Tables.MemberRef)
976
System.Diagnostics.Contracts.Contract.Assert(caType.
Table
== MDTables.Tables.MethodDef);