4 references to AddExclude
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)
115
matcher.
AddExclude
(GetMatcherPattern(filesEntry.Exclude));