1 write to contentSize
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\DataStream.cs (1)
13
this.
contentSize
= contentSize;
7 references to contentSize
Mono.Cecil.Pdb (7)
Microsoft.Cci.Pdb\DataStream.cs (5)
21
bits.MinCapacity(
contentSize
);
22
Read(reader, 0, bits.Buffer, 0,
contentSize
);
27
if (position + data >
contentSize
) {
32
if (position ==
contentSize
) {
94
get { return
contentSize
; }
Microsoft.Cci.Pdb\PdbFile.cs (2)
387
byte[] bytes = new byte[dataStream.
contentSize
];
395
pdbInfo.SourceLinkData = new byte[dataStream.
contentSize
];