terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
FileSystemName.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000580 RID: 1408
6 public static class FileSystemName
7 {
8 // Token: 0x06002A4B RID: 10827 RVA: 0x0005BE54 File Offset: 0x0005A054
9 public static string TranslateWin32Expression(string expression)
10 {
11 bool flag = string.IsNullOrEmpty("*");
12 return "*";
13 }
14
15 // Token: 0x06002A4C RID: 10828 RVA: 0x0005BE98 File Offset: 0x0005A098
17 {
18 if (!true)
19 {
20 }
21 bool flag;
22 return flag;
23 }
24
25 // Token: 0x06002A4D RID: 10829 RVA: 0x0005BEAC File Offset: 0x0005A0AC
27 {
28 if (!true)
29 {
30 }
31 bool flag;
32 return flag;
33 }
34
35 // Token: 0x06002A4E RID: 10830 RVA: 0x0005BEC0 File Offset: 0x0005A0C0
37 {
38 if (true && ignoreCase)
39 {
40 int num = 1;
41 int num2 = 1;
42 if (num2 != 0)
43 {
44 num2.m_value = num;
45 }
46 num2.m_value = num;
47 num2.m_value = num;
48 num2.m_value = num;
49 }
50 bool flag;
51 return flag;
52 }
53
54 // Token: 0x06002A4F RID: 10831 RVA: 0x0005BF14 File Offset: 0x0005A114
55 // Note: this type is marked as 'beforefieldinit'.
57 {
58 }
59
60 // Token: 0x040016B4 RID: 5812
61 private static readonly char[] s_wildcardChars;
62
63 // Token: 0x040016B5 RID: 5813
64 private static readonly char[] s_simpleWildcardChars;
65 }
66}
class f__AnonymousType0<< Count > j__TPar
static bool MatchesSimpleExpression(ReadOnlySpan< char > expression, ReadOnlySpan< char > name, bool ignoreCase=true)
static bool MatchesWin32Expression(ReadOnlySpan< char > expression, ReadOnlySpan< char > name, bool ignoreCase=true)
static readonly char[] s_wildcardChars
static bool MatchPattern(ReadOnlySpan< char > expression, ReadOnlySpan< char > name, bool ignoreCase, bool useExtendedWildcards)
static readonly char[] s_simpleWildcardChars
static string TranslateWin32Expression(string expression)