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