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