8 references to GeneralAsset
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (8)
BootJsonData.cs (8)
264
public List<
GeneralAsset
> icu { get; set; }
269
public List<
GeneralAsset
> coreAssembly { get; set; } = new();
274
public List<
GeneralAsset
> assembly { get; set; } = new();
280
public List<
GeneralAsset
> corePdb { get; set; }
286
public List<
GeneralAsset
> pdb { get; set; }
292
public Dictionary<string, List<
GeneralAsset
>> satelliteResources { get; set; }
298
public List<
GeneralAsset
> lazyAssembly { get; set; }
422
static Dictionary<string, ResourceHashesByNameDictionary> ConvertSatelliteResources(Dictionary<string, List<
GeneralAsset
>> satelliteResources)