7 writes to Children
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
GenerateStaticWebAssetsDevelopmentManifest.cs (6)
193
currentNode.
Children
??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal);
202
currentNode.
Children
??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal);
211
Children
= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal)
266
currentNode.
Children
??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal);
284
currentNode.
Children
??= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal);
293
Children
= new Dictionary<string, StaticWebAssetNode>(StringComparer.Ordinal)
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
StaticWebAssets\GenerateStaticWebAssetsDevelopmentManifestTest.cs (1)
712
Children
= children.Length == 0 ? null : children.ToDictionary(pair => pair.key, pair => pair.node)
7 references to Children
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
GenerateStaticWebAssetsDevelopmentManifest.cs (7)
194
currentNode.
Children
.Add(segment, new StaticWebAssetNode
203
if (currentNode.
Children
.TryGetValue(segment, out var existing))
213
currentNode.
Children
.Add(segment, newNode);
267
if (!currentNode.
Children
.TryGetValue(segment, out var childNode))
273
currentNode.
Children
.Add(segment, childNode);
285
if (currentNode.
Children
.TryGetValue(segment, out var existing))
295
currentNode.
Children
.Add(segment, newNode);