13 references to MatchType
Microsoft.DotNet.Arcade.Sdk (1)
src\GetLicenseFilePath.cs (1)
53MatchType = 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)
27internal static bool NormalizeInputs(ref string directory, ref string expression, MatchType matchType) 60case MatchType.Win32: 92case MatchType.Simple: 108MatchType.Simple => FileSystemName.MatchesSimpleExpression(expression.AsSpan(), name, ignoreCase), 109MatchType.Win32 => FileSystemName.MatchesWin32Expression(expression.AsSpan(), name, ignoreCase),
src\libraries\System.Private.CoreLib\src\System\IO\EnumerationOptions.cs (3)
21new EnumerationOptions { MatchType = MatchType.Win32, AttributesToSkip = 0, IgnoreInaccessible = false }; 24new EnumerationOptions { RecurseSubdirectories = true, MatchType = MatchType.Win32, AttributesToSkip = 0, IgnoreInaccessible = false }; 74public 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))]