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);
745
List<string> inputs = CollectionHelpers.
RemoveNulls
<string>(targetInputItemSpecs);
746
List<string> outputs = CollectionHelpers.
RemoveNulls
<string>(targetOutputItemSpecs);