3 writes to lastLoadException
System (3)
sys\system\Media\SoundPlayer.cs (3)
221
this.
lastLoadException
= null;
548
lastLoadException
= null;
552
lastLoadException
= exception;
3 references to lastLoadException
System (3)
sys\system\Media\SoundPlayer.cs (3)
346
if (
lastLoadException
!= null)
348
throw
lastLoadException
;
560
new AsyncCompletedEventArgs(
lastLoadException
, false, null));