7 writes to Root
Microsoft.AspNetCore.Hosting.Tests (7)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (7)
21
manifest.
Root
= new()
369
manifest.
Root
= new()
510
manifest.
Root
= new()
560
manifest.
Root
= new()
617
manifest.
Root
= new()
709
manifest.
Root
= new()
757
manifest.
Root
= new()
5 references to Root
Microsoft.AspNetCore.Hosting (1)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
34
_root = manifest.
Root
;
Microsoft.AspNetCore.Hosting.Tests (4)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (4)
196
Assert.Equal(firstLevelCount, manifest.
Root
.Children.Count);
197
Assert.All(manifest.
Root
.Children.Values, c => Assert.Single(c.Children));
272
Assert.Equal(firstLevelCount, manifest.
Root
.Children.Count);
273
Assert.All(manifest.
Root
.Children.Values, c => Assert.Single(c.Children));