1 write to _globalProperties
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
94_globalProperties = CommonRunHelpers.GetGlobalPropertiesFromArgs(msbuildArgs);
6 references to _globalProperties
dotnet (6)
Commands\Run\RunCommandSelector.cs (6)
112if (_globalProperties.TryGetValue("TargetFramework", out var existingFramework) && !string.IsNullOrWhiteSpace(existingFramework)) 149!_globalProperties.ContainsKey("TargetFramework")) 162_globalProperties[key] = value; 188globalProperties: _globalProperties, 226if (_project is not null && !_globalProperties.ContainsKey("TargetFramework")) 233var restoreProperties = new Dictionary<string, string>(_globalProperties, StringComparer.OrdinalIgnoreCase);