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)
215
if (
_exceptionThrown
!= null)
217
if (!ExceptionHandling.IsIoRelatedException(
_exceptionThrown
))
219
throw
_exceptionThrown
;
233
if (
_exceptionThrown
!= null)
235
throw
_exceptionThrown
;