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