4 instantiations of StaticWebAssetMatch
Microsoft.AspNetCore.Hosting.Tests (4)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (4)
31
Match =
new
()
379
Match =
new
()
627
Match =
new
()
719
Children = 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)
123
var
match = child.Value.Match;
182
var
match = candidate?.Match;
339
public
StaticWebAssetMatch
? Match { get; set; }