6 references to GlobalProperties
dotnet (2)
Commands\New\MSBuildEvaluation\MSBuildEvaluator.cs (2)
245
project = loadedProjects.FirstOrDefault(project => !project.
GlobalProperties
.ContainsKey("TargetFramework"));
250
project.
GlobalProperties
.TryGetValue("TargetFramework", out string? targetFramework)
Microsoft.Build (3)
Definition\ProjectCollection.cs (1)
2016
if (HasEquivalentGlobalPropertiesAndToolsVersion(existing, project.
GlobalProperties
, project.ToolsVersion))
Instance\ProjectInstance.cs (1)
459
var 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)
309
if (!project.
GlobalProperties
.TryGetValue(PropertyNames.TargetFramework, out var initialGlobalTargetFrameworkValue))