1 write to Path
Microsoft.AspNetCore.Components.WebView (1)
SourceGenerationContext.StaticWebAssetMatch.g.cs (1)
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch)obj).
Path
= value!,
7 references to Path
Microsoft.AspNetCore.Components.WebView (7)
SourceGenerationContext.StaticWebAssetMatch.g.cs (2)
80
Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch)obj).
Path
,
111
writer.WriteString(PropName_SubPath, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch)value).
Path
);
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (5)
137
files.RemoveWhere(f => string.Equals(match.
Path
, f.Name, _fsComparison));
138
var file = _fileProviders[match.ContentRoot].GetFileInfo(match.
Path
);
140
files.Add(string.Equals(child.Key, match.
Path
, _fsComparison) ? file :
188
var file = _fileProviders[match.ContentRoot].GetFileInfo(match.
Path
);
189
if (!file.Exists || string.Equals(subpath, Normalize(match.
Path
), _fsComparison))