1 write to LoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTask.cs (1)
28
this.
LoggingContext
= loggingContext;
19 references to LoggingContext
Microsoft.Build (19)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (12)
63
buckets = BatchingEngine.PrepareBatchingBuckets(parameterValues, lookup, child.ItemType, _taskInstance.Location,
LoggingContext
);
76
LoggingContext
);
118
ExecuteAdd(child, bucket, keepMetadata, removeMetadata,
LoggingContext
);
128
ExecuteModify(child, bucket, keepMetadata, removeMetadata,
LoggingContext
);
219
LoggingContext
);
223
if (LogTaskInputs && !
LoggingContext
.LoggingService.OnlyLogCriticalEvents && itemsToAdd?.Count > 0)
228
LoggingContext
,
273
if (LogTaskInputs && !
LoggingContext
.LoggingService.OnlyLogCriticalEvents && itemsToRemove.Count > 0)
276
LoggingContext
,
461
loggingMechanism:
LoggingContext
,
566
loggingMechanism:
LoggingContext
,
616
loggingMechanism:
LoggingContext
,
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (7)
59
buckets = BatchingEngine.PrepareBatchingBuckets(parameterValues, lookup, property.Location,
LoggingContext
);
72
LoggingContext
);
89
bucket.Expander.PropertiesUseTracker.CheckPreexistingUndefinedUsage(property, evaluatedValue,
LoggingContext
);
97
LoggingContext
);
99
if (LogTaskInputs && !
LoggingContext
.LoggingService.OnlyLogCriticalEvents)
101
LoggingContext
.LogComment(MessageImportance.Low, "PropertyGroupLogMessage", property.Name, evaluatedValue);
105
LoggingContext
.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(evaluatedValue), property.Location));