5 references to SetGlobalProperty
Microsoft.Build (3)
Definition\Project.cs (1)
608/// <see cref="SetGlobalProperty">SetGlobalProperty</see> and <see cref="RemoveGlobalProperty">RemoveGlobalProperty</see>.
Definition\ProjectCollection.cs (1)
1518project.SetGlobalProperty(name, value);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
177/// Facilitate remoting the <see cref="Project.SetGlobalProperty"/>.
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Build\ProjectBuildManager.cs (2)
232project.SetGlobalProperty(PropertyNames.TargetFramework, targetFramework); 245project.SetGlobalProperty(PropertyNames.TargetFramework, initialGlobalTargetFrameworkValue);