1 write to buildCancelled
Microsoft.NET.ProjectData.Tasks (1)
ProjectDataBuildCompletionLogger.cs (1)
142
this.
buildCancelled
= true;
2 references to buildCancelled
Microsoft.NET.ProjectData.Tasks (2)
ProjectDataBuildCompletionLogger.cs (2)
83
if (this.initialized && this.
buildCancelled
&& !this.buildFinished)
383
BuildCancelled = this.
buildCancelled
,