7 writes to Root
Microsoft.AspNetCore.Hosting.Tests (7)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (7)
21manifest.Root = new() 369manifest.Root = new() 510manifest.Root = new() 560manifest.Root = new() 617manifest.Root = new() 709manifest.Root = new() 757manifest.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)
196Assert.Equal(firstLevelCount, manifest.Root.Children.Count); 197Assert.All(manifest.Root.Children.Values, c => Assert.Single(c.Children)); 272Assert.Equal(firstLevelCount, manifest.Root.Children.Count); 273Assert.All(manifest.Root.Children.Values, c => Assert.Single(c.Children));