2 references to ParseProperties
dotnet (2)
Commands\Test\VSTest\TestCommand.cs (1)
320
var propertyPairs = MSBuildPropertyParser.
ParseProperties
(unmatchedToken);
CommonOptions.cs (1)
59
foreach (var kvp in MSBuildPropertyParser.
ParseProperties
(token.Value))