OutOfProcTaskHostNode.cs (17)
268ErrorUtilities.VerifyThrow(EffectiveConfiguration != null, "We should never have a null configuration during a BuildEngine callback!");
269return EffectiveConfiguration.ContinueOnError;
280ErrorUtilities.VerifyThrow(EffectiveConfiguration != null, "We should never have a null configuration during a BuildEngine callback!");
281return EffectiveConfiguration.LineNumberOfTask;
292ErrorUtilities.VerifyThrow(EffectiveConfiguration != null, "We should never have a null configuration during a BuildEngine callback!");
293return EffectiveConfiguration.ColumnNumberOfTask;
304ErrorUtilities.VerifyThrow(EffectiveConfiguration != null, "We should never have a null configuration during a BuildEngine callback!");
305return EffectiveConfiguration.ProjectFileOfTask;
683return new Dictionary<string, string>(EffectiveConfiguration.GlobalProperties);
743ErrorUtilities.VerifyThrow(_taskHost.EffectiveConfiguration != null, "We should never have a null configuration during a BuildEngine callback!");
744return _taskHost.EffectiveConfiguration.IsTaskInputLoggingEnabled;
1755ErrorUtilities.VerifyThrow(EffectiveConfiguration != null, "We should never have a null configuration when we're trying to log messages!");
1761EffectiveConfiguration.TaskName,
1772ErrorUtilities.VerifyThrow(EffectiveConfiguration != null, "We should never have a null configuration when we're trying to log warnings!");
1785EffectiveConfiguration.TaskName);
1795ErrorUtilities.VerifyThrow(EffectiveConfiguration != null, "We should never have a null configuration when we're trying to log errors!");
1808EffectiveConfiguration.TaskName);