2 references to ConvertToStringDictionary
dotnet (2)
Commands\MSBuild\MSBuildLogger.cs (2)
141
Dictionary<string, string?> taskFactoryProperties =
ConvertToStringDictionary
(taskFactoryData);
149
Dictionary<string, string?> tasksProperties =
ConvertToStringDictionary
(tasksData);