13 references to MatchType
Microsoft.DotNet.Arcade.Sdk (1)
src\GetLicenseFilePath.cs (1)
53
MatchType =
MatchType
.Simple
mscorlib (1)
mscorlib.cs (1)
76
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
MatchType
))]
netstandard (1)
netstandard.cs (1)
939
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
MatchType
))]
System.IO.FileSystem (1)
System.IO.FileSystem.cs (1)
14
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
MatchType
))]
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (5)
27
internal static bool NormalizeInputs(ref string directory, ref string expression,
MatchType
matchType)
60
case
MatchType
.Win32:
92
case
MatchType
.Simple:
108
MatchType
.Simple => FileSystemName.MatchesSimpleExpression(expression.AsSpan(), name, ignoreCase),
109
MatchType
.Win32 => FileSystemName.MatchesWin32Expression(expression.AsSpan(), name, ignoreCase),
src\libraries\System.Private.CoreLib\src\System\IO\EnumerationOptions.cs (3)
21
new EnumerationOptions { MatchType =
MatchType
.Win32, AttributesToSkip = 0, IgnoreInaccessible = false };
24
new EnumerationOptions { RecurseSubdirectories = true, MatchType =
MatchType
.Win32, AttributesToSkip = 0, IgnoreInaccessible = false };
74
public
MatchType
MatchType { get; set; }
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
317
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
MatchType
))]