1 write to _exceptionThrown
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
180_exceptionThrown = ex;
5 references to _exceptionThrown
Microsoft.Build.Tasks.Core (5)
FileState.cs (5)
215if (_exceptionThrown != null) 217if (!ExceptionHandling.IsIoRelatedException(_exceptionThrown)) 219throw _exceptionThrown; 233if (_exceptionThrown != null) 235throw _exceptionThrown;