2 instantiations of ResourcesData50
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
BootJsonData.cs (1)
31public ResourcesData50 resources { get; set; } = new ResourcesData50();
GenerateBlazorWebAssemblyBootJson50.cs (1)
78resources = new ResourcesData50(),
2 references to ResourcesData50
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
BootJsonData.cs (1)
31public ResourcesData50 resources { get; set; } = new ResourcesData50();
GenerateBlazorWebAssemblyBootJson50.cs (1)
92var resourceData = result.resources;