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)
300if (_lastLoadException != null) 302throw _lastLoadException;