1 write to Path
Microsoft.Extensions.FileSystemGlobbing (1)
FilePatternMatch.cs (1)
42
Path
= path;
11 references to Path
Microsoft.AspNetCore.Mvc.TagHelpers (1)
GlobbingUrlBuilder.cs (1)
159
var relativePath = new PathString("/" + matchedPath.
Path
);
Microsoft.Extensions.FileProviders.Physical (3)
PollingWildCardChangeToken.cs (3)
117
IOrderedEnumerable<FilePatternMatch> files = result.Files.OrderBy(f => f.
Path
, StringComparer.Ordinal);
122
DateTime lastWriteTimeUtc = GetLastWriteUtc(file.
Path
);
130
ComputeHash(sha256, file.
Path
, lastWriteTimeUtc);
Microsoft.Extensions.FileSystemGlobbing (7)
FilePatternMatch.cs (6)
20
/// then <see cref="Stem" /> = "Interfaces/IFile.cs" and <see cref="
Path
" /> = "src/Project/Interfaces/IFile.cs".
29
/// then <see cref="Stem" /> = "Interfaces/IFile.cs" and <see cref="
Path
" /> = "src/Project/Interfaces/IFile.cs".
50
/// <returns>True if <see cref="
Path
" /> and <see cref="Stem" /> are equal using case-insensitive comparison</returns>
53
return string.Equals(other.
Path
,
Path
, StringComparison.OrdinalIgnoreCase) &&
70
HashHelpers.Combine(GetHashCode(
Path
), GetHashCode(Stem));
MatcherExtensions.cs (1)
64
result.Add(Path.GetFullPath(Path.Combine(directoryPath, match.
Path
)));