10 references to AddInclude
Microsoft.AspNetCore.Components.WebView (2)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
96
matcher.
AddInclude
(pattern.Pattern);
222
matcher.
AddInclude
(pattern.Pattern);
Microsoft.AspNetCore.Hosting (2)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
96
matcher.
AddInclude
(pattern.Pattern);
222
matcher.
AddInclude
(pattern.Pattern);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
GlobbingUrlBuilderTest.cs (1)
530
matcher.Setup(m => m.
AddInclude
(It.IsAny<string>()))
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (1)
216
matcher.
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)" />
41
matcher.
AddInclude
(pattern);