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