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