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