4 references to ContentRoots
Microsoft.AspNetCore.Components.WebView (4)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (3)
27_fileProviders = new IFileProvider[manifest.ContentRoots.Length]; 29for (int i = 0; i < manifest.ContentRoots.Length; i++) 31_fileProviders[i] = fileProviderFactory(manifest.ContentRoots[i]);
WebViewManager.cs (1)
286if (manifest.ContentRoots.Length > 0)