1 write to _exceptionThrown
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
171_exceptionThrown = ex;
5 references to _exceptionThrown
Microsoft.Build.Tasks.Core (5)
FileState.cs (5)
204if (_exceptionThrown != null) 206if (!ExceptionHandling.IsIoRelatedException(_exceptionThrown)) 208throw _exceptionThrown; 222if (_exceptionThrown != null) 224throw _exceptionThrown;