1 write to _exceptionThrown
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
179_exceptionThrown = ex;
5 references to _exceptionThrown
Microsoft.Build.Tasks.Core (5)
FileState.cs (5)
214if (_exceptionThrown != null) 216if (!ExceptionHandling.IsIoRelatedException(_exceptionThrown)) 218throw _exceptionThrown; 232if (_exceptionThrown != null) 234throw _exceptionThrown;