10 references to AddInclude
Microsoft.AspNetCore.Components.WebView (2)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
96matcher.AddInclude(pattern.Pattern); 222matcher.AddInclude(pattern.Pattern);
Microsoft.AspNetCore.Hosting (2)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
96matcher.AddInclude(pattern.Pattern); 222matcher.AddInclude(pattern.Pattern);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
GlobbingUrlBuilderTest.cs (1)
530matcher.Setup(m => m.AddInclude(It.IsAny<string>()))
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (1)
216matcher.AddInclude(pattern);
PollingWildCardChangeToken.cs (1)
59_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)
31/// Adds multiple patterns to include in <see cref="Matcher" />. See <seealso cref="Matcher.AddInclude(string)" /> 41matcher.AddInclude(pattern);