4 references to RemoveNulls
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (4)
549
List<string> inputs = CollectionHelpers.
RemoveNulls
<string>(discreteTargetInputItemSpecs);
550
List<string> outputs = CollectionHelpers.
RemoveNulls
<string>(targetOutputItemSpecs);
747
List<string> inputs = CollectionHelpers.
RemoveNulls
<string>(targetInputItemSpecs);
748
List<string> outputs = CollectionHelpers.
RemoveNulls
<string>(targetOutputItemSpecs);