3 writes to Value
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (3)
146
Value
= segment.Slice(lastSegmentIndex + 1, variableIndex - lastSegmentIndex - 1)
153
Value
= "*".AsMemory()
166
Value
= segment.Slice(lastSegmentIndex + 1)
6 references to Value
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
Utils\Globbing\GlobNode.cs (1)
103
GlobSegmentPartKind.Literal =>
Value
.ToString(),
Utils\Globbing\StaticWebAssetGlobMatcher.cs (5)
197
if (!span.Slice(index).StartsWith(part.
Value
.Span, StringComparison.OrdinalIgnoreCase))
202
index += part.
Value
.Length;
226
var nextLiteralIndex = remainingSpan.IndexOf(nextPart.
Value
.Span, StringComparison.OrdinalIgnoreCase);
231
remainingSpan = remainingSpan.Slice(nextLiteralIndex + nextPart.
Value
.Length);
242
nextLiteralIndex = remainingSpan.IndexOf(nextPart.
Value
.Span, StringComparison.OrdinalIgnoreCase);