6 writes to currentPos
System (6)
sys\system\Media\SoundPlayer.cs (6)
202
currentPos
= 0;
218
this.
currentPos
= 0;
359
currentPos
= 0;
430
currentPos
= 0;
445
this.
currentPos
= 0;
538
currentPos
+= readBytes;
3 references to currentPos
System (3)
sys\system\Media\SoundPlayer.cs (3)
534
int readBytes = stream.Read(streamData,
currentPos
, blockSize);
539
if (streamData.Length <
currentPos
+ blockSize) {
544
readBytes = stream.Read(streamData,
currentPos
, blockSize);