5 references to Matcher
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
86Matcher matcher = new();
Microsoft.AspNetCore.Hosting (1)
src\aspnetcore\src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
221var matcher = new Matcher();
Microsoft.AspNetCore.Mvc.TagHelpers (1)
GlobbingUrlBuilder.cs (1)
127var matcher = MatcherBuilder != null ? MatcherBuilder() : new Matcher();
vstest.console (1)
Internal\FilePatternParser.cs (1)
34: this(new Matcher(), new FileHelper())
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\FilePatternParser.cs (1)
34: this(new Matcher(), new FileHelper())