5 references to AddExclude
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
104
matcher.
AddExclude
(excludePattern);
Microsoft.Extensions.FileSystemGlobbing (3)
Matcher.cs (1)
17
/// Patterns specified in <seealso cref="AddInclude(string)" /> and <seealso cref="
AddExclude
(string)" /> can use
MatcherExtensions.cs (2)
18
/// Adds multiple exclude patterns to <see cref="Matcher" />. <seealso cref="Matcher.
AddExclude
(string)" />
28
matcher.
AddExclude
(pattern);
NuGet.Commands (1)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
148
matcher.
AddExclude
(filesEntry.Exclude);