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
SemaphoreFullException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Threading
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001BF")]
9 [global::System.Serializable]
10 public class SemaphoreFullException : global::System.SystemException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60010BC")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C94088", Offset = "0x1C94088", Length = "0x4C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SemaphoreSlim), Member = "Release", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60010BD")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1C940D4", Offset = "0x1C940D4", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
27 {
28 typeof(global::System.Runtime.Serialization.SerializationInfo),
29 typeof(global::System.Runtime.Serialization.StreamingContext)
30 }, ReturnType = typeof(void))]
31 protected SemaphoreFullException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
32 {
33 throw null;
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
SemaphoreFullException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)