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
CountdownEvent.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Threading
7{
8 [global::System.Diagnostics.DebuggerDisplay("Initial Count={InitialCount}, Current Count={CurrentCount}")]
9 [global::Cpp2ILInjected.Token(Token = "0x20001C8")]
10 public class CountdownEvent
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60010CC")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C944F4", Offset = "0x1C944F4", Length = "0xA8")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Threading.FastParallel.RangeTask", Member = "Invoke", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CountdownEvent), Member = "ThrowIfDisposed", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Interlocked), Member = "Decrement", MemberParameters = new object[] { typeof(ref int) }, ReturnType = typeof(int))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ManualResetEventSlim), Member = "Set", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
22 public bool Signal()
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x60010CD")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1C9459C", Offset = "0x1C9459C", Length = "0x60")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CountdownEvent), Member = "Signal", ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ObjectDisposedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
33 private void ThrowIfDisposed()
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x4000915")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
40 private int _currentCount;
41
42 [global::Cpp2ILInjected.Token(Token = "0x4000916")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
45
46 [global::Cpp2ILInjected.Token(Token = "0x4000917")]
47 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
48 private bool _disposed;
49 }
50}
class f__AnonymousType0<< Count > j__TPar