1 instantiation of ResourcesData
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (1)
BootJsonData.cs (1)
442
var resources = new
ResourcesData
5 references to ResourcesData
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (5)
BootJsonData.cs (5)
46
public
ResourcesData
resources => (
ResourcesData
)resourcesRaw;
420
private static
ResourcesData
ConvertAssetsToResources(AssetsData assets)
442
var
resources = new ResourcesData
504
return JsonSerializer.Deserialize<
ResourcesData
>(ref reader, nestedOptions)!;