1 write to _exceptionThrown
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
172
_exceptionThrown
= ex;
5 references to _exceptionThrown
Microsoft.Build.Tasks.Core (5)
FileState.cs (5)
205
if (
_exceptionThrown
!= null)
207
if (!ExceptionHandling.IsIoRelatedException(
_exceptionThrown
))
209
throw
_exceptionThrown
;
223
if (
_exceptionThrown
!= null)
225
throw
_exceptionThrown
;