3 writes to Path
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (3)
533Path = path.AsSpan(); 540Path = path; 547Path = path.Span;
3 references to Path
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Data\ContentTypeProvider.cs (2)
427var relativePath = context.Path; 428var fileNameSpan = Path.GetFileName(context.Path);
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
23var tokenizer = new PathTokenizer(context.Path);