13 references to ExpandIntoTaskItemsLeaveEscaped
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TargetEntry.cs (4)
638
targetOutputItemsList = bucket.Expander.
ExpandIntoTaskItemsLeaveEscaped
(targetReturns, ExpanderOptions.ExpandAll, targetReturnsLocation).ToList();
642
targetOutputItemsList.AddRange(bucket.Expander.
ExpandIntoTaskItemsLeaveEscaped
(targetReturns, ExpanderOptions.ExpandAll, targetReturnsLocation));
653
targetOutputItems = new HashSet<TaskItem>(batchingBuckets[0].Expander.
ExpandIntoTaskItemsLeaveEscaped
(targetReturns, ExpanderOptions.ExpandAll, targetReturnsLocation)).ToArray();
660
IList<TaskItem> itemsToAdd = bucket.Expander.
ExpandIntoTaskItemsLeaveEscaped
(targetReturns, ExpanderOptions.ExpandAll, targetReturnsLocation);
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
1148
IList<TaskItem> finalTaskItems = _batchBucket.Expander.
ExpandIntoTaskItemsLeaveEscaped
(parameterValue, ExpanderOptions.ExpandAll, parameterLocation);
1267
IList<TaskItem> finalTaskItems = _batchBucket.Expander.
ExpandIntoTaskItemsLeaveEscaped
(parameterValue, ExpanderOptions.ExpandAll, parameterLocation);
Evaluation\ConditionEvaluator.cs (1)
463
var items = _expander.
ExpandIntoTaskItemsLeaveEscaped
(expression, _expanderOptions, ElementLocation);
Microsoft.Build.Engine.UnitTests (6)
Evaluation\Expander_Tests.cs (6)
49
IList<TaskItem> itemsOut = expander.
ExpandIntoTaskItemsLeaveEscaped
("", ExpanderOptions.ExpandProperties, null);
60
IList<TaskItem> itemsOut = expander.
ExpandIntoTaskItemsLeaveEscaped
("foo", ExpanderOptions.ExpandProperties, MockElementLocation.Instance);
71
IList<TaskItem> itemsOut = expander.
ExpandIntoTaskItemsLeaveEscaped
("foo;bar", ExpanderOptions.ExpandProperties, MockElementLocation.Instance);
102
IList<TaskItem> itemsOut = expander.
ExpandIntoTaskItemsLeaveEscaped
("foo;bar;@(compile);@(resource)", ExpanderOptions.ExpandPropertiesAndItems, MockElementLocation.Instance);
123
IList<TaskItem> itemsOut = expander.
ExpandIntoTaskItemsLeaveEscaped
("foo$(a);$(b);$(c)", ExpanderOptions.ExpandProperties, MockElementLocation.Instance);
1422
IList<TaskItem> taskItems = expander.
ExpandIntoTaskItemsLeaveEscaped
(