10 references to AddInclude
Microsoft.AspNetCore.Hosting (2)
src\aspnetcore\src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
96matcher.AddInclude(pattern.Pattern); 222matcher.AddInclude(pattern.Pattern);
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (1)
250matcher.AddInclude(pattern);
PollingWildCardChangeToken.cs (1)
61_matcher.AddInclude(pattern);
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)
34/// Adds multiple patterns to include in <see cref="Matcher" />. See <seealso cref="Matcher.AddInclude(string)" /> 44matcher.AddInclude(pattern);
NuGet.Commands (1)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
111matcher.AddInclude(GetMatcherPattern(filesEntry.Include));
vstest.console (1)
Internal\FilePatternParser.cs (1)
79_matcher.AddInclude(splitPattern.Item2);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\FilePatternParser.cs (1)
79_matcher.AddInclude(splitPattern.Item2);