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