1 write to _globalProperties
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
97_globalProperties = CommonRunHelpers.GetGlobalPropertiesFromArgs(msbuildArgs);
6 references to _globalProperties
dotnet (6)
Commands\Run\RunCommandSelector.cs (6)
116if (_globalProperties.TryGetValue("TargetFramework", out var existingFramework) && !string.IsNullOrWhiteSpace(existingFramework)) 153!_globalProperties.ContainsKey("TargetFramework")) 166_globalProperties[key] = value; 192globalProperties: _globalProperties, 230if (_project is not null && !_globalProperties.ContainsKey("TargetFramework")) 237var restoreProperties = new Dictionary<string, string>(_globalProperties, StringComparer.OrdinalIgnoreCase);