4 instantiations of StaticWebAssetMatch
Microsoft.AspNetCore.Hosting.Tests (4)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (4)
31Match = new() 379Match = new() 627Match = new() 719Children = new() { ["file.version.js"] = new() { Match = new() { ContentRoot = 0, Path = "file.js" } } },
3 references to StaticWebAssetMatch
Microsoft.AspNetCore.Hosting (3)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (3)
123var match = child.Value.Match; 182var match = candidate?.Match; 339public StaticWebAssetMatch? Match { get; set; }