7 writes to Children
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
_generated\1\StaticWebAssetsJsonSerializerContext.StaticWebAssetNode.g.cs (1)
59Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.GenerateStaticWebAssetsDevelopmentManifest.StaticWebAssetNode)obj).Children = value!,
GenerateStaticWebAssetsDevelopmentManifest.cs (6)
193currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 202currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 211Children = new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal) 266currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 284currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 293Children = new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal)
9 references to Children
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
_generated\1\StaticWebAssetsJsonSerializerContext.StaticWebAssetNode.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.GenerateStaticWebAssetsDevelopmentManifest.StaticWebAssetNode)obj).Children, 127DictionaryStringStaticWebAssetNodeSerializeHandler(writer, ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.GenerateStaticWebAssetsDevelopmentManifest.StaticWebAssetNode)value).Children);
GenerateStaticWebAssetsDevelopmentManifest.cs (7)
194currentNode.Children.Add(segment, new StaticWebAssetNode 203if (currentNode.Children.TryGetValue(segment, out var existing)) 213currentNode.Children.Add(segment, newNode); 267if (!currentNode.Children.TryGetValue(segment, out var childNode)) 273currentNode.Children.Add(segment, childNode); 285if (currentNode.Children.TryGetValue(segment, out var existing)) 295currentNode.Children.Add(segment, newNode);