5 references to ConfigurationMetadata
Microsoft.Build (4)
Graph\GraphBuilder.cs (2)
418var configurationMetadata = new ConfigurationMetadata(entryPoint.ProjectFile, globalPropertyDictionary); 601new ConfigurationMetadata(projectPath, CreatePropertyDictionary(globalProperties)),
Graph\ProjectGraphNode.cs (1)
90return new ConfigurationMetadata(ProjectInstance.FullPath, ProjectInstance.GlobalPropertiesDictionary);
Graph\ProjectInterpretation.cs (1)
199var referenceConfig = new ConfigurationMetadata(projectReferenceFullPath, referenceGlobalProperties);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\ConfigurationMetadata_Tests.cs (1)
130var initial = new ConfigurationMetadata("path", globalProperties);