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