7 references to ToDictionary
Microsoft.Build (7)
BackEnd\Components\Logging\LoggingService.cs (1)
1379s_projectStartedEventArgsGlobalProperties.Value.SetValue(projectStartedEventArgs, buildRequestConfiguration.GlobalProperties.ToDictionary(), index: null);
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
645IDictionary<string, string> globalProperties = buildRequestConfiguration.GlobalProperties.ToDictionary();
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
368BuildRequestData data = new BuildRequestData(projectFiles[i], properties[i].ToDictionary(), explicitToolsVersion, targets, null);
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
689return _requestEntry.RequestConfiguration.GlobalProperties.ToDictionary();
BackEnd\Components\Scheduler\Scheduler.cs (1)
1840config.GlobalProperties.ToDictionary().Select(kvp => $"{kvp.Key}={kvp.Value}"));
Collections\PropertyDictionary.cs (1)
574: new System.Collections.ObjectModel.ReadOnlyDictionary<string, string>(ToDictionary());
Graph\GraphBuilder.cs (1)
535var globalProperties = configurationMetadata.GlobalProperties.ToDictionary();