1 write to ContentRoot
Microsoft.AspNetCore.Components.WebView (1)
SourceGenerationContext.StaticWebAssetMatch.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch)obj).
ContentRoot
= value!,
4 references to ContentRoot
Microsoft.AspNetCore.Components.WebView (4)
SourceGenerationContext.StaticWebAssetMatch.g.cs (2)
60
Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch)obj).
ContentRoot
,
110
writer.WriteNumber(PropName_ContentRootIndex, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch)value).
ContentRoot
);
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
138
var file = _fileProviders[match.
ContentRoot
].GetFileInfo(match.Path);
188
var file = _fileProviders[match.
ContentRoot
].GetFileInfo(match.Path);