1 write to LoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTask.cs (1)
28
this.
LoggingContext
= loggingContext;
18 references to LoggingContext
Microsoft.Build (18)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (12)
62
buckets = BatchingEngine.PrepareBatchingBuckets(parameterValues, lookup, child.ItemType, _taskInstance.Location,
LoggingContext
);
75
LoggingContext
);
117
ExecuteAdd(child, bucket, keepMetadata, removeMetadata,
LoggingContext
);
127
ExecuteModify(child, bucket, keepMetadata, removeMetadata,
LoggingContext
);
217
LoggingContext
);
221
if (LogTaskInputs && !
LoggingContext
.LoggingService.OnlyLogCriticalEvents && itemsToAdd?.Count > 0)
226
LoggingContext
,
271
if (LogTaskInputs && !
LoggingContext
.LoggingService.OnlyLogCriticalEvents && itemsToRemove.Count > 0)
274
LoggingContext
,
452
loggingMechanism:
LoggingContext
,
526
loggingMechanism:
LoggingContext
,
576
loggingMechanism:
LoggingContext
,
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (6)
56
buckets = BatchingEngine.PrepareBatchingBuckets(parameterValues, lookup, property.Location,
LoggingContext
);
69
LoggingContext
);
86
bucket.Expander.PropertiesUseTracker.CheckPreexistingUndefinedUsage(property, evaluatedValue,
LoggingContext
);
88
if (LogTaskInputs && !
LoggingContext
.LoggingService.OnlyLogCriticalEvents)
90
LoggingContext
.LogComment(MessageImportance.Low, "PropertyGroupLogMessage", property.Name, evaluatedValue);
94
LoggingContext
.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(evaluatedValue), property.Location));