2 references to ParseProperties
dotnet (1)
Commands\Test\VSTest\TestCommand.cs (1)
346
var propertyPairs = MSBuildPropertyParser.
ParseProperties
(unmatchedToken);
Microsoft.DotNet.Cli.Definitions (1)
Common\CommonOptions.cs (1)
58
foreach (var kvp in MSBuildPropertyParser.
ParseProperties
(token.Value))