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