4 references to GlobalProperties
Microsoft.Build (3)
Definition\ProjectCollection.cs (1)
2110
if (HasEquivalentGlobalPropertiesAndToolsVersion(existing, project.
GlobalProperties
, project.ToolsVersion))
Instance\ProjectInstance.cs (1)
468
var globalPropertiesRetrievableHashSet = new ImmutableGlobalPropertiesCollectionConverter(linkedProject.
GlobalProperties
, _properties);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
38
/// Access to remote <see cref="Project.
GlobalProperties
"/>.
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
282
if (!project.
GlobalProperties
.TryGetValue(PropertyNames.TargetFramework, out var initialGlobalTargetFrameworkValue))