1 write to Stem
Microsoft.Extensions.FileSystemGlobbing (1)
FilePatternMatch.cs (1)
44
Stem
= stem;
6 references to Stem
Microsoft.Extensions.FileSystemGlobbing (6)
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".
51
/// <returns>True if <see cref="Path" /> and <see cref="
Stem
" /> are equal using case-insensitive comparison</returns>
55
string.Equals(other.
Stem
,
Stem
, StringComparison.OrdinalIgnoreCase);
71
HashHelpers.Combine(GetHashCode(Path), GetHashCode(
Stem
));