1 write to _size
Roslyn.Test.PdbUtilities (1)
Reader\Token2SourceLineExporter.cs (1)
318
bits.ReadInt32(out
_size
); // 0..3 : Number of words
3 references to _size
Roslyn.Test.PdbUtilities (3)
Reader\Token2SourceLineExporter.cs (3)
319
_words = new uint[
_size
];
326
if (word >=
_size
)
338
get { return
_size
== 0; }