6 references to AddItem
Microsoft.Build (3)
Definition\Project.cs (2)
96
/// - <see cref="
AddItem
(string,string, IEnumerable<KeyValuePair<string, string>>)"/>
1198
return
AddItem
(itemType, unevaluatedInclude, null);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
182
/// Facilitate remoting the <see cref="Project.
AddItem
(string, string, IEnumerable{KeyValuePair{string, string}})"/>.
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
MSBuild\ProjectFile\ProjectFile.cs (3)
72
project.
AddItem
(ItemNames.Compile, relativePath, metadata);
107
project.
AddItem
(ItemNames.Reference, metadataReferenceIdentity, metadata);
185
project.
AddItem
(ItemNames.ProjectReference, relativePath, metadata);