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