6 references to FullPath
MSBuild (6)
Modifiers.cs (6)
55FullPath,
126if (name == FileUtilities.ItemSpecModifiers.FullPath)
392if (string.Equals(modifier, FileUtilities.ItemSpecModifiers.FullPath, StringComparison.OrdinalIgnoreCase))
411GetItemSpecModifier(currentDirectory, itemSpec, definingProjectEscaped, ItemSpecModifiers.FullPath, ref fullPath);
460GetItemSpecModifier(currentDirectory, itemSpec, definingProjectEscaped, ItemSpecModifiers.FullPath, ref fullPath);
576additionalModifier = ItemSpecModifiers.FullPath;