3 references to GetGlobalPropertiesFromArgs
dotnet (3)
Commands\Run\RunCommand.cs (1)
417
var globalProperties = CommonRunHelpers.
GetGlobalPropertiesFromArgs
(msbuildArgs);
Commands\Test\MTP\MSBuildUtility.cs (2)
40
using var collection = new ProjectCollection(globalProperties: CommonRunHelpers.
GetGlobalPropertiesFromArgs
(msbuildArgs), loggers: logger is null ? null : [logger], toolsetDefinitionLocations: ToolsetDefinitionLocations.Default);
62
using var collection = new ProjectCollection(globalProperties: CommonRunHelpers.
GetGlobalPropertiesFromArgs
(msbuildArgs), logger is null ? null : [logger], toolsetDefinitionLocations: ToolsetDefinitionLocations.Default);