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