2 references to ParseSemicolonDelimitedListOfKeyValuePairs
NuGet.Build.Tasks.Console (2)
Program.cs (2)
176Dictionary<string, string> options = ParseSemicolonDelimitedListOfKeyValuePairs(args[0]); 209globalProperties = ParseSemicolonDelimitedListOfKeyValuePairs(args[3]);