21 instantiations of TransformEntry
Microsoft.Build (21)
Evaluation\Expander.ItemExpander.cs (4)
250
entries.Add(new
TransformEntry
(resultantItem, item));
255
entries.Add(new
TransformEntry
(item.EvaluatedIncludeEscaped, item));
494
entries.Add(new
TransformEntry
(evaluatedIncludeEscaped, item));
512
entries.Add(new
TransformEntry
(joinedItems, null));
Evaluation\Expander.ItemExpander.Transforms.cs (17)
90
=> output.Add(new
TransformEntry
(input.Count.ToString(CultureInfo.InvariantCulture), item: null));
140
output.Add(new
TransformEntry
(result, item.Item));
144
output.Add(new
TransformEntry
(null, item.Item));
228
output.Add(new
TransformEntry
(escapedPath, null));
310
output.Add(new
TransformEntry
(escapedDirectoryPath, null));
381
output.Add(new
TransformEntry
(directoryName, item.Item));
385
output.Add(new
TransformEntry
(null, item.Item));
432
output.Add(new
TransformEntry
(itemSpec, item.Item));
438
output.Add(new
TransformEntry
(metadataValue, item.Item));
443
output.Add(new
TransformEntry
(metadataValue, item.Item));
596
output.Add(new
TransformEntry
(include, item.Item));
600
output.Add(new
TransformEntry
(value: null, item.Item));
747
output.Add(new
TransformEntry
(include, item.Item));
751
output.Add(new
TransformEntry
(null, item.Item));
773
output.Add(new
TransformEntry
(item.Value, null));
931
output.Add(new
TransformEntry
("true", item.Item));
942
output.Add(new
TransformEntry
("false", null));
64 references to TransformEntry
Microsoft.Build (64)
Evaluation\Expander.cs (1)
427
out List<
TransformEntry
> entries)
Evaluation\Expander.ItemExpander.cs (13)
111
out List<
TransformEntry
> result)
115
List<
TransformEntry
> input = CreateEntries(itemsOfType);
116
List<
TransformEntry
> output = new(itemsOfType.Count);
219
foreach (
TransformEntry
entry in output)
236
private static List<
TransformEntry
> CreateEntries(ICollection<I> items)
238
List<
TransformEntry
> entries = new(items.Count);
381
List<
TransformEntry
> entries;
429
/// <see cref="
TransformEntry
.Value"/> represents the item string, escaped.
430
/// <see cref="
TransformEntry
.Item"/> represents the original item.
449
out List<
TransformEntry
> entries)
493
entries ??= new List<
TransformEntry
>(itemsOfType.Count);
586
List<
TransformEntry
> entries;
607
var
entry = entries[i];
Evaluation\Expander.ItemExpander.Transforms.cs (50)
89
internal static void Count(List<
TransformEntry
> input, List<
TransformEntry
> output)
97
List<
TransformEntry
> input,
98
List<
TransformEntry
> output,
106
foreach (
TransformEntry
item in input)
153
List<
TransformEntry
> input,
154
List<
TransformEntry
> output,
161
foreach (
TransformEntry
item in input)
207
List<
TransformEntry
> input,
208
List<
TransformEntry
> output,
217
foreach (
TransformEntry
item in input)
236
List<
TransformEntry
> input,
237
List<
TransformEntry
> output,
248
foreach (
TransformEntry
item in input)
319
List<
TransformEntry
> input,
320
List<
TransformEntry
> output,
330
foreach (
TransformEntry
item in input)
394
List<
TransformEntry
> input,
395
List<
TransformEntry
> output,
405
foreach (
TransformEntry
item in input)
454
List<
TransformEntry
> input,
455
List<
TransformEntry
> output,
466
List<
TransformEntry
> input,
467
List<
TransformEntry
> output,
478
List<
TransformEntry
> input,
479
List<
TransformEntry
> output,
490
foreach (
TransformEntry
item in input)
503
List<
TransformEntry
> input,
504
List<
TransformEntry
> output,
521
List<
TransformEntry
> input,
522
List<
TransformEntry
> output,
537
foreach (
TransformEntry
item in input)
717
List<
TransformEntry
> input,
718
List<
TransformEntry
> output,
726
foreach (
TransformEntry
item in input)
760
List<
TransformEntry
> input,
761
List<
TransformEntry
> output,
769
foreach (
TransformEntry
item in input)
783
List<
TransformEntry
> input,
784
List<
TransformEntry
> output,
793
foreach (
TransformEntry
item in input)
822
List<
TransformEntry
> input,
823
List<
TransformEntry
> output,
833
foreach (
TransformEntry
item in input)
860
List<
TransformEntry
> input,
861
List<
TransformEntry
> output,
871
foreach (
TransformEntry
item in input)
898
List<
TransformEntry
> input,
899
List<
TransformEntry
> output,
910
foreach (
TransformEntry
item in input)