8 references to MatchCasing
Microsoft.DotNet.Arcade.Sdk (1)
src\GetLicenseFilePath.cs (1)
51MatchCasing = MatchCasing.CaseInsensitive,
mscorlib (1)
mscorlib.cs (1)
75[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MatchCasing))]
netstandard (1)
netstandard.cs (1)
938[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MatchCasing))]
System.IO.FileSystem (1)
System.IO.FileSystem.cs (1)
13[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MatchCasing))]
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (2)
103bool ignoreCase = (options.MatchCasing == MatchCasing.PlatformDefault && !PathInternal.IsCaseSensitive) 104|| options.MatchCasing == MatchCasing.CaseInsensitive;
src\libraries\System.Private.CoreLib\src\System\IO\EnumerationOptions.cs (1)
80public MatchCasing MatchCasing { get; set; }
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
316[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MatchCasing))]