6 references to CollectionHelpers
Microsoft.Build (6)
BackEnd\Components\ProjectCache\ProjectCacheDescriptorEqualityComparer.cs (1)
32&& CollectionHelpers.DictionaryEquals(x.PluginSettings, y.PluginSettings);
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (4)
549List<string> inputs = CollectionHelpers.RemoveNulls<string>(discreteTargetInputItemSpecs); 550List<string> outputs = CollectionHelpers.RemoveNulls<string>(targetOutputItemSpecs); 747List<string> inputs = CollectionHelpers.RemoveNulls<string>(targetInputItemSpecs); 748List<string> outputs = CollectionHelpers.RemoveNulls<string>(targetOutputItemSpecs);
BackEnd\Shared\BuildRequestConfiguration.cs (1)
774CollectionHelpers.SetEquivalent(request.Targets, request.ProxyTargets.ProxyTargetToRealTargetMap.Keys),