5 references to Path
Microsoft.AspNetCore.Components.WebView (5)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (5)
137files.RemoveWhere(f => string.Equals(match.Path, f.Name, _fsComparison)); 138var file = _fileProviders[match.ContentRoot].GetFileInfo(match.Path); 140files.Add(string.Equals(child.Key, match.Path, _fsComparison) ? file : 188var file = _fileProviders[match.ContentRoot].GetFileInfo(match.Path); 189if (!file.Exists || string.Equals(subpath, Normalize(match.Path), _fsComparison))