1 instantiation of MatchContext
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
558public static MatchContext CreateMatchContext() => new();
18 references to MatchContext
Microsoft.NET.Sdk.StaticWebAssets.Tasks (18)
Compression\ResolveCompressedAssets.cs (1)
71var matchContext = StaticWebAssetGlobMatcher.CreateMatchContext();
Data\ContentTypeProvider.cs (2)
424internal ContentTypeMapping ResolveContentTypeMapping(StaticWebAssetGlobMatcher.MatchContext context, TaskLoggingHelper log) 454private bool TryGetMapping(StaticWebAssetGlobMatcher.MatchContext context, TaskLoggingHelper log, ReadOnlySpan<char> relativePath, out ContentTypeMapping mapping)
DefineStaticWebAssetEndpoints.cs (4)
162StaticWebAssetGlobMatcher.MatchContext matchContext) 247private void CreateAdditionalEndpoints(StaticWebAssetEndpoint sourceEndpoint, StaticWebAssetGlobMatcher.MatchContext matchContext) 301private static (string mimeType, string cache) ResolveContentType(StaticWebAsset asset, ContentTypeProvider contentTypeProvider, StaticWebAssetGlobMatcher.MatchContext matchContext, TaskLoggingHelper log) 333var matchContext = StaticWebAssetGlobMatcher.CreateMatchContext();
DefineStaticWebAssets.cs (4)
120var matchContext = StaticWebAssetGlobMatcher.CreateMatchContext(); 379StaticWebAssetGlobMatcher.MatchContext matchContext) 632StaticWebAssetGlobMatcher.MatchContext matchContext) 802StaticWebAsset asset, List<GroupDefinition> definitions, StaticWebAssetGlobMatcher.MatchContext matchContext)
FingerprintPatternMatcher.cs (1)
40public string AppendFingerprintPattern(StaticWebAssetGlobMatcher.MatchContext context, string identity)
GeneratePackageAssetsManifestFile.cs (2)
41var matchContext = hasFrameworkMatcher ? StaticWebAssetGlobMatcher.CreateMatchContext() : default; 108StaticWebAssetGlobMatcher.MatchContext matchContext)
GenerateStaticWebAssetsPropsFile.cs (1)
77var matchContext = hasFrameworkMatcher ? StaticWebAssetGlobMatcher.CreateMatchContext() : default;
Utils\Globbing\StaticWebAssetGlobMatcher.cs (3)
15var context = CreateMatchContext(); 20public GlobMatch Match(MatchContext context) 558public static MatchContext CreateMatchContext() => new();