1 write to _exceptionThrown
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
172_exceptionThrown = ex;
5 references to _exceptionThrown
Microsoft.Build.Tasks.Core (5)
FileState.cs (5)
205if (_exceptionThrown != null) 207if (!ExceptionHandling.IsIoRelatedException(_exceptionThrown)) 209throw _exceptionThrown; 223if (_exceptionThrown != null) 225throw _exceptionThrown;