1 write to Extensions
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
183current.Extensions = current.Extensions.Dictionary != null ? current.Extensions : current.ExtensionsDictionary.GetAlternateLookup<ReadOnlySpan<char>>();
4 references to Extensions
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
505node.Extensions.TryGetValue(extension, out extensionCandidate);
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (3)
183current.Extensions = current.Extensions.Dictionary != null ? current.Extensions : current.ExtensionsDictionary.GetAlternateLookup<ReadOnlySpan<char>>(); 189if (!current.Extensions.TryGetValue(extension, out var extensionNode))