3 references to AddIncludePatterns
aspire (1)
Projects\AppHostCandidateFinder.cs (1)
477
matcher.
AddIncludePatterns
(patterns.Select(ToRecursiveGlobPattern));
dotnet-format (1)
Utilities\SourceFileMatcher.cs (1)
32
_matcher.
AddIncludePatterns
(Include);
Microsoft.AspNetCore.Mvc.TagHelpers (1)
GlobbingUrlBuilder.cs (1)
129
matcher.
AddIncludePatterns
(trimmedIncludePatterns);