5 references to Win32
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (2)
60
case MatchType.
Win32
:
109
MatchType.
Win32
=> FileSystemName.MatchesWin32Expression(expression.AsSpan(), name, ignoreCase),
src\libraries\System.Private.CoreLib\src\System\IO\EnumerationOptions.cs (2)
21
new EnumerationOptions { MatchType = MatchType.
Win32
, AttributesToSkip = 0, IgnoreInaccessible = false };
24
new EnumerationOptions { RecurseSubdirectories = true, MatchType = MatchType.
Win32
, AttributesToSkip = 0, IgnoreInaccessible = false };
src\libraries\System.Private.CoreLib\src\System\IO\MatchType.cs (1)
10
/// <c>*</c> matches from zero to any amount of characters. <c>?</c> matches exactly one character. <c>*.*</c> matches any name with a period in it (with <see cref="
Win32
" />, this would match all items).</para></summary>