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)
87
=> output.Add(new
TransformEntry
(input.Count.ToString(CultureInfo.InvariantCulture), item: null));
137
output.Add(new
TransformEntry
(result, item.Item));
141
output.Add(new
TransformEntry
(null, item.Item));
225
output.Add(new
TransformEntry
(escapedPath, null));
307
output.Add(new
TransformEntry
(escapedDirectoryPath, null));
378
output.Add(new
TransformEntry
(directoryName, item.Item));
382
output.Add(new
TransformEntry
(null, item.Item));
429
output.Add(new
TransformEntry
(itemSpec, item.Item));
435
output.Add(new
TransformEntry
(metadataValue, item.Item));
440
output.Add(new
TransformEntry
(metadataValue, item.Item));
593
output.Add(new
TransformEntry
(include, item.Item));
597
output.Add(new
TransformEntry
(value: null, item.Item));
758
output.Add(new
TransformEntry
(include, item.Item));
762
output.Add(new
TransformEntry
(null, item.Item));
784
output.Add(new
TransformEntry
(item.Value, null));
942
output.Add(new
TransformEntry
("true", item.Item));
953
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)
86
internal static void Count(List<
TransformEntry
> input, List<
TransformEntry
> output)
94
List<
TransformEntry
> input,
95
List<
TransformEntry
> output,
103
foreach (
TransformEntry
item in input)
150
List<
TransformEntry
> input,
151
List<
TransformEntry
> output,
158
foreach (
TransformEntry
item in input)
204
List<
TransformEntry
> input,
205
List<
TransformEntry
> output,
214
foreach (
TransformEntry
item in input)
233
List<
TransformEntry
> input,
234
List<
TransformEntry
> output,
245
foreach (
TransformEntry
item in input)
316
List<
TransformEntry
> input,
317
List<
TransformEntry
> output,
327
foreach (
TransformEntry
item in input)
391
List<
TransformEntry
> input,
392
List<
TransformEntry
> output,
402
foreach (
TransformEntry
item in input)
451
List<
TransformEntry
> input,
452
List<
TransformEntry
> output,
463
List<
TransformEntry
> input,
464
List<
TransformEntry
> output,
475
List<
TransformEntry
> input,
476
List<
TransformEntry
> output,
487
foreach (
TransformEntry
item in input)
500
List<
TransformEntry
> input,
501
List<
TransformEntry
> output,
518
List<
TransformEntry
> input,
519
List<
TransformEntry
> output,
534
foreach (
TransformEntry
item in input)
728
List<
TransformEntry
> input,
729
List<
TransformEntry
> output,
737
foreach (
TransformEntry
item in input)
771
List<
TransformEntry
> input,
772
List<
TransformEntry
> output,
780
foreach (
TransformEntry
item in input)
794
List<
TransformEntry
> input,
795
List<
TransformEntry
> output,
804
foreach (
TransformEntry
item in input)
833
List<
TransformEntry
> input,
834
List<
TransformEntry
> output,
844
foreach (
TransformEntry
item in input)
871
List<
TransformEntry
> input,
872
List<
TransformEntry
> output,
882
foreach (
TransformEntry
item in input)
909
List<
TransformEntry
> input,
910
List<
TransformEntry
> output,
921
foreach (
TransformEntry
item in input)