1 write to _canceling
Microsoft.Build.Tasks.Core (1)
Move.cs (1)
86
_canceling
= true;
2 references to _canceling
Microsoft.Build.Tasks.Core (2)
Move.cs (2)
156
for (int i = 0; i < SourceFiles.Length && !
_canceling
; ++i)
192
return success && !
_canceling
;