3 references to CurrentSolutionConfigurationContents
Microsoft.Build (3)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
731if (globalProperties.TryGetValue(SolutionProjectGenerator.CurrentSolutionConfigurationContents, out string? solutionConfigurationXml)
Construction\Solution\SolutionProjectGenerator.cs (1)
60internal const string CurrentSolutionConfigurationContents = nameof(CurrentSolutionConfigurationContents);
Graph\ProjectInterpretation.cs (1)
100string solutionConfigurationXml = requesterInstance.GetEngineRequiredPropertyValue(SolutionProjectGenerator.CurrentSolutionConfigurationContents);