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)
197if (!span.Slice(index).StartsWith(part.Value.Span, StringComparison.OrdinalIgnoreCase)) 202index += part.Value.Length; 226var nextLiteralIndex = remainingSpan.IndexOf(nextPart.Value.Span, StringComparison.OrdinalIgnoreCase); 231remainingSpan = remainingSpan.Slice(nextLiteralIndex + nextPart.Value.Length); 242nextLiteralIndex = remainingSpan.IndexOf(nextPart.Value.Span, StringComparison.OrdinalIgnoreCase);