4 references to CreateArrayWithSingleItemIfNotExcluded
Microsoft.Build.Framework (4)
Utilities\FileMatcher.cs (4)
1931return (CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped), SearchAction.None, string.Empty, null);
2403return (CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped), action, string.Empty, null);
2617CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped),
2629CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped),