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