1 write to _bundleRootDir
Microsoft.AspNetCore.Components.WebView.Maui (1)
iOS\iOSMauiAssetFileProvider.cs (1)
20
_bundleRootDir
= Path.Combine(NSBundle.MainBundle.ResourcePath, contentRootDir);
2 references to _bundleRootDir
Microsoft.AspNetCore.Components.WebView.Maui (2)
iOS\iOSMauiAssetFileProvider.cs (2)
24
=> new iOSMauiAssetDirectoryContents(Path.Combine(
_bundleRootDir
, subpath));
27
=> new iOSMauiAssetFileInfo(Path.Combine(
_bundleRootDir
, subpath));