5 references to CreateMatchContext
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Compression\ResolveCompressedAssets.cs (1)
71
var matchContext = StaticWebAssetGlobMatcher.
CreateMatchContext
();
DefineStaticWebAssetEndpoints.cs (1)
234
var matchContext = StaticWebAssetGlobMatcher.
CreateMatchContext
();
DefineStaticWebAssets.cs (1)
104
var matchContext = StaticWebAssetGlobMatcher.
CreateMatchContext
();
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
15
var context =
CreateMatchContext
();
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
StaticWebAssets\ContentTypeProviderTests.cs (1)
43
var ctx = StaticWebAssetGlobMatcher.
CreateMatchContext
();