3 references to ValueFragment
Microsoft.Build (3)
Evaluation\ItemSpec.cs (3)
128itemsFromCapture?.Select(i => new ReferencedItem(i.Value, new ValueFragment(i.Key, ProjectDirectory))).ToList() ?? []; 234fragments.Add(new ValueFragment(splitEscaped, projectDirectory)); 241fragments.Add(new ValueFragment(splitEscaped, projectDirectory));