6 writes to _currentPos
System.Windows.Extensions (6)
System\Media\SoundPlayer.cs (6)
159
_currentPos
= 0;
176
_currentPos
= 0;
315
_currentPos
= 0;
401
_currentPos
= 0;
418
_currentPos
= 0;
508
_currentPos
+= readBytes;
3 references to _currentPos
System.Windows.Extensions (3)
System\Media\SoundPlayer.cs (3)
503
int readBytes = await _stream.ReadAsync(_streamData.AsMemory(
_currentPos
, BlockSize), cancellationToken).ConfigureAwait(false);
509
if (_streamData.Length <
_currentPos
+ BlockSize)
515
readBytes = await _stream.ReadAsync(_streamData.AsMemory(
_currentPos
, BlockSize), cancellationToken).ConfigureAwait(false);