1 write to blobIndex
System.AddIn (1)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (1)
241
blobIndex
= ((HeapSizes & 0x04) == 0) ? 2U : 4U;
15 references to blobIndex
System.AddIn (15)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (15)
303
lengths[(Int32)Tables.XAssembly] = 4 + 4 * 2 + 4 +
blobIndex
+ 2 * stringIndex;
306
lengths[(Int32)Tables.AssemblyRef] = 4 * 2 + 4 + 2 *
blobIndex
+ 2 * stringIndex;
310
lengths[(Int32)Tables.Constant] = 1 + 1 + MetadataTokenSize(Encodings.HasConstant) +
blobIndex
;
312
MetadataTokenSize(Encodings.CustomAttributeType) +
blobIndex
;
313
lengths[(Int32)Tables.DeclSecurity] = 2 + MetadataTokenSize(Encodings.HasDeclSecurity) +
blobIndex
;
317
lengths[(Int32)Tables.FieldDef] = 2 + stringIndex +
blobIndex
;
319
lengths[(Int32)Tables.FieldMarshal] = MetadataTokenSize(Encodings.HasFieldMarshall) +
blobIndex
;
321
lengths[(Int32)Tables.File] = 4 + stringIndex +
blobIndex
;
323
lengths[(Int32)Tables.GenericMethod] = MetadataTokenSize(Encodings.MethodDefOrRef) +
blobIndex
;
330
blobIndex
;
332
blobIndex
+ RowSize(Tables.ParamDef);
339
lengths[(Int32)Tables.XProperty] = 2 + stringIndex +
blobIndex
;
341
lengths[(Int32)Tables.StandAloneSig] =
blobIndex
;
345
lengths[(Int32)Tables.TypeSpec] =
blobIndex
;
456
if (
blobIndex
== 2)