2 writes to _lastLoadException
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
179
_lastLoadException
= null;
524
_lastLoadException
= exception;
2 references to _lastLoadException
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
300
if (
_lastLoadException
!= null)
302
throw
_lastLoadException
;