1 write to Literals
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
106
current.
Literals
= current.Literals.Dictionary != null ? current.Literals : current.LiteralsDictionary.GetAlternateLookup<ReadOnlySpan<char>>();
4 references to Literals
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
512
node.
Literals
.TryGetValue(current, out nextNode);
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (3)
106
current.Literals = current.
Literals
.Dictionary != null ? current.
Literals
: current.LiteralsDictionary.GetAlternateLookup<ReadOnlySpan<char>>();
111
if (!current.
Literals
.TryGetValue(literal, out var literalNode))