1 write to B
System.AddIn (1)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (1)
233
B
= reader;
33 references to B
System.AddIn (33)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (30)
234
B
.BaseStream.Seek(4, SeekOrigin.Current); // Skip reserved
235
byte Major =
B
.ReadByte();
236
byte Minor =
B
.ReadByte();
238
byte HeapSizes =
B
.ReadByte();
242
B
.ReadByte(); // Reserved
243
UInt64 Valid =
B
.ReadUInt64();
244
UInt64 Sorted =
B
.ReadUInt64();
252
NRows[Table] =
B
.ReadUInt32();
270
UInt32 Offset = (UInt32)
B
.BaseStream.Position;
363
B
.BaseStream.Seek(tableAt[(Int32)T]+Row*lengths[(Int32)T], SeekOrigin.Begin);
376
if (stringIndex == 2) return (UInt32)
B
.ReadUInt16();
377
else return
B
.ReadUInt32();
382
stringStream.SeekTo(
B
, index);
390
while ((next =
B
.ReadByte()) != 0)
413
UInt32 Position = (UInt32)
B
.BaseStream.Position;
414
blobStream.SeekTo(
B
, Index);
415
UInt32 NBytes = (UInt32)
B
.ReadByte();
420
NBytes = ((NBytes & 0x7F) << 8) +
B
.ReadByte();
422
(UInt16)(
B
.ReadByte() << 16) +
423
(
B
.ReadUInt16());
429
Result[i] =
B
.ReadByte();
431
B
.BaseStream.Seek(Position, SeekOrigin.Begin);
438
UInt32 position = (UInt32)
B
.BaseStream.Position;
440
B
.BaseStream.Seek(position, SeekOrigin.Begin);
457
return (UInt32)
B
.ReadUInt16();
459
return
B
.ReadUInt32();
465
return (UInt32)
B
.ReadUInt16();
467
return
B
.ReadUInt32();
497
UInt32 Code = (MetadataTokenSize(E) == 2) ?
B
.ReadUInt16() :
B
.ReadUInt32();
System\Addin\MiniReflection\MiniAssembly.cs (2)
80
MDFileAttributes attrs = (MDFileAttributes) metaData.
B
.ReadUInt32();
279
BinaryReader B = metaData.
B
;
System\Addin\MiniReflection\TypeInfo.cs (1)
802
mdScope.
B
.ReadUInt32(); // TypeAttributes