4 references to ConfigurationMetadata
Microsoft.Build (4)
Graph\GraphBuilder.cs (2)
427
var configurationMetadata = new
ConfigurationMetadata
(entryPoint.ProjectFile, globalPropertyDictionary);
646
new
ConfigurationMetadata
(projectPath, CreatePropertyDictionary(globalProperties)),
Graph\ProjectGraphNode.cs (1)
87
return new
ConfigurationMetadata
(ProjectInstance.FullPath, ProjectInstance.GlobalPropertiesDictionary);
Graph\ProjectInterpretation.cs (1)
197
var referenceConfig = new
ConfigurationMetadata
(projectReferenceFullPath, referenceGlobalProperties);