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