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