5 references to CreateArrayWithSingleItemIfNotExcluded
Microsoft.Build.Framework (5)
Utilities\FileMatcher.cs (5)
2072return (CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped), SearchAction.None, string.Empty, null); 3020return (CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped), action, string.Empty, null); 3141CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped), 3765return (CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped), action, string.Empty, null); 3976CreateArrayWithSingleItemIfNotExcluded(filespecUnescaped, excludeSpecsUnescaped),