1 write to satelliteResources
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
GenerateBlazorWebAssemblyBootJson50.cs (1)
110resourceData.satelliteResources ??= new Dictionary<string, ResourceHashesByNameDictionary>(StringComparer.OrdinalIgnoreCase);
2 references to satelliteResources
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
GenerateBlazorWebAssemblyBootJson50.cs (2)
113if (!resourceData.satelliteResources.TryGetValue(resourceCulture, out resourceList)) 116resourceData.satelliteResources.Add(resourceCulture, resourceList);