terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
AsyncReadOrWriteRequest.cs
Go to the documentation of this file.
1using System;
7
8namespace Mono.Net.Security
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000052")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000020")]
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x60000DC")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1D49358", Offset = "0x1D49358", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x17000021")]
27 protected int CurrentSize
28 {
30 [global::Cpp2ILInjected.Token(Token = "0x60000DD")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1D49360", Offset = "0x1D49360", Length = "0x8")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 get
34 {
35 throw null;
36 }
38 [global::Cpp2ILInjected.Token(Token = "0x60000DE")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1D49368", Offset = "0x1D49368", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 set
42 {
43 throw null;
44 }
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x60000DF")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1D49370", Offset = "0x1D49370", Length = "0x9C")]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncReadRequest), Member = ".ctor", MemberParameters = new object[]
50 {
52 typeof(bool),
53 typeof(byte[]),
54 typeof(int),
55 typeof(int)
56 }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncWriteRequest), Member = ".ctor", MemberParameters = new object[]
58 {
59 typeof(MobileAuthenticatedStream),
60 typeof(bool),
61 typeof(byte[]),
62 typeof(int),
63 typeof(int)
64 }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MobileAuthenticatedStream), Member = "Read", MemberParameters = new object[]
66 {
67 typeof(byte[]),
68 typeof(int),
69 typeof(int)
70 }, ReturnType = typeof(int))]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MobileAuthenticatedStream), Member = "Write", MemberParameters = new object[]
72 {
73 typeof(byte[]),
74 typeof(int),
75 typeof(int)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MobileAuthenticatedStream), Member = "ReadAsync", MemberParameters = new object[]
78 {
79 typeof(byte[]),
80 typeof(int),
81 typeof(int),
83 }, ReturnType = typeof(Task<int>))]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MobileAuthenticatedStream), Member = "WriteAsync", MemberParameters = new object[]
85 {
86 typeof(byte[]),
87 typeof(int),
88 typeof(int),
90 }, ReturnType = typeof(Task))]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncProtocolRequest), Member = ".ctor", MemberParameters = new object[]
93 {
94 typeof(MobileAuthenticatedStream),
95 typeof(bool)
96 }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BufferOffsetSize), Member = ".ctor", MemberParameters = new object[]
98 {
99 typeof(byte[]),
100 typeof(int),
101 typeof(int)
102 }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
104 public AsyncReadOrWriteRequest(MobileAuthenticatedStream parent, bool sync, byte[] buffer, int offset, int size)
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x60000E0")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1D4940C", Offset = "0x1D4940C", Length = "0x6C")]
111 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
115 {
116 typeof(string),
117 typeof(object),
118 typeof(object)
119 }, ReturnType = typeof(string))]
120 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
121 public override string ToString()
122 {
123 throw null;
124 }
125
127 [global::Cpp2ILInjected.Token(Token = "0x40000C3")]
128 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
129 private readonly BufferOffsetSize <UserBuffer>k__BackingField;
130
132 [global::Cpp2ILInjected.Token(Token = "0x40000C4")]
133 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
134 private int <CurrentSize>k__BackingField;
135 }
136}
class f__AnonymousType0<< Count > j__TPar
AsyncProtocolRequest(MobileAuthenticatedStream parent, bool sync)
readonly BufferOffsetSize< UserBuffer > k__BackingField
AsyncReadOrWriteRequest(MobileAuthenticatedStream parent, bool sync, byte[] buffer, int offset, int size)