1 write to _exceptionThrown
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
179
_exceptionThrown
= ex;
5 references to _exceptionThrown
Microsoft.Build.Tasks.Core (5)
FileState.cs (5)
214
if (
_exceptionThrown
!= null)
216
if (!ExceptionHandling.IsIoRelatedException(
_exceptionThrown
))
218
throw
_exceptionThrown
;
232
if (
_exceptionThrown
!= null)
234
throw
_exceptionThrown
;