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