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)
204
if (
_exceptionThrown
!= null)
206
if (!ExceptionHandling.IsIoRelatedException(
_exceptionThrown
))
208
throw
_exceptionThrown
;
222
if (
_exceptionThrown
!= null)
224
throw
_exceptionThrown
;