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