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