6 references to GlobalProperties
dotnet (2)
Commands\New\MSBuildEvaluation\MSBuildEvaluator.cs (2)
245project = loadedProjects.FirstOrDefault(project => !project.GlobalProperties.ContainsKey("TargetFramework")); 250project.GlobalProperties.TryGetValue("TargetFramework", out string? targetFramework)
Microsoft.Build (3)
Definition\ProjectCollection.cs (1)
2016if (HasEquivalentGlobalPropertiesAndToolsVersion(existing, project.GlobalProperties, project.ToolsVersion))
Instance\ProjectInstance.cs (1)
459var globalPropertiesRetrievableHashSet = new ImmutableGlobalPropertiesCollectionConverter(linkedProject.GlobalProperties, _properties);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
37/// Access to remote <see cref="Project.GlobalProperties"/>.
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
309if (!project.GlobalProperties.TryGetValue(PropertyNames.TargetFramework, out var initialGlobalTargetFrameworkValue))