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