3 references to ValueFragment
Microsoft.Build (3)
Evaluation\ItemSpec.cs (3)
127itemsFromCapture.Select(i => new ReferencedItem(i.Value, new ValueFragment(i.Key, ProjectDirectory))).ToList(); 233fragments.Add(new ValueFragment(splitEscaped, projectDirectory)); 240fragments.Add(new ValueFragment(splitEscaped, projectDirectory));