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)
821result.AllConfigurationsIdentical.ShouldBeTrue(); 835result.AllConfigurationsIdentical.ShouldBeTrue(); 850result.AllConfigurationsIdentical.ShouldBeTrue(); 862result.AllConfigurationsIdentical.ShouldBeTrue(); 876result.AllConfigurationsIdentical.ShouldBeFalse(); 918result.AllConfigurationsIdentical.ShouldBeFalse();
MSBuild (1)
XMake.cs (1)
3526if (processedParams.AllConfigurationsIdentical && processedParams.AdditionalFilePaths.Count > 0)