7 writes to Children
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
_generated\1\StaticWebAssetsJsonSerializerContext.StaticWebAssetNode.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.GenerateStaticWebAssetsDevelopmentManifest.StaticWebAssetNode)obj).Children = value!,
GenerateStaticWebAssetsDevelopmentManifest.cs (6)
198currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 207currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 216Children = new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal) 271currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 289currentNode.Children ??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal); 298Children = new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal)
9 references to Children
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
_generated\1\StaticWebAssetsJsonSerializerContext.StaticWebAssetNode.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.GenerateStaticWebAssetsDevelopmentManifest.StaticWebAssetNode)obj).Children, 129DictionaryStringStaticWebAssetNodeSerializeHandler(writer, ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.GenerateStaticWebAssetsDevelopmentManifest.StaticWebAssetNode)value).Children);
GenerateStaticWebAssetsDevelopmentManifest.cs (7)
199currentNode.Children.Add(segment, new StaticWebAssetNode 208if (currentNode.Children.TryGetValue(segment, out var existing)) 218currentNode.Children.Add(segment, newNode); 272if (!currentNode.Children.TryGetValue(segment, out var childNode)) 278currentNode.Children.Add(segment, childNode); 290if (currentNode.Children.TryGetValue(segment, out var existing)) 300currentNode.Children.Add(segment, newNode);