5 references to CurrentSolutionConfigurationContents
Microsoft.Build (3)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
635if (globalProperties.TryGetValue(SolutionProjectGenerator.CurrentSolutionConfigurationContents, out string? solutionConfigurationXml)
Construction\Solution\SolutionProjectGenerator.cs (1)
60internal const string CurrentSolutionConfigurationContents = nameof(CurrentSolutionConfigurationContents);
Graph\ProjectInterpretation.cs (1)
102string solutionConfigurationXml = requesterInstance.GetEngineRequiredPropertyValue(SolutionProjectGenerator.CurrentSolutionConfigurationContents);
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
589{ SolutionProjectGenerator.CurrentSolutionConfigurationContents, solutionConfigurationGlobalProperty }, 1487{ SolutionProjectGenerator.CurrentSolutionConfigurationContents, solutionConfigurationGlobalProperty }