7 references to ToDictionary
Microsoft.Build (7)
BackEnd\Components\Logging\LoggingService.cs (1)
1379
s_projectStartedEventArgsGlobalProperties.Value.SetValue(projectStartedEventArgs, buildRequestConfiguration.GlobalProperties.
ToDictionary
(), index: null);
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
645
IDictionary<string, string> globalProperties = buildRequestConfiguration.GlobalProperties.
ToDictionary
();
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
368
BuildRequestData data = new BuildRequestData(projectFiles[i], properties[i].
ToDictionary
(), explicitToolsVersion, targets, null);
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
689
return _requestEntry.RequestConfiguration.GlobalProperties.
ToDictionary
();
BackEnd\Components\Scheduler\Scheduler.cs (1)
1840
config.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)
535
var globalProperties = configurationMetadata.GlobalProperties.
ToDictionary
();