1 write to AllConfigurationsIdentical
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogger.cs (1)
863AllConfigurationsIdentical = allConfigurationsIdentical;
7 references to AllConfigurationsIdentical
Microsoft.Build.Engine.UnitTests (6)
BinaryLogger_Tests.cs (6)
854result.AllConfigurationsIdentical.ShouldBeTrue(); 868result.AllConfigurationsIdentical.ShouldBeTrue(); 883result.AllConfigurationsIdentical.ShouldBeTrue(); 895result.AllConfigurationsIdentical.ShouldBeTrue(); 909result.AllConfigurationsIdentical.ShouldBeFalse(); 951result.AllConfigurationsIdentical.ShouldBeFalse();
MSBuild (1)
XMake.cs (1)
3526if (processedParams.AllConfigurationsIdentical && processedParams.AdditionalFilePaths.Count > 0)