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