1 write to profileExecution
Microsoft.Build.Engine (1)
Engine\TaskExecutionState.cs (1)
117this.profileExecution = value;
3 references to profileExecution
Microsoft.Build.Engine (3)
Engine\TaskExecutionState.cs (3)
113return this.profileExecution; 134if (profileExecution) 199long executionTime = profileExecution ? DateTime.Now.Ticks - startTime : 0;