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
ByReference.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::System.Obsolete("Types with embedded references are not supported in this version of your compiler.", true)]
9 [global::Cpp2ILInjected.Token(Token = "0x200013B")]
10 internal ref struct ByReference<T>
11 {
12 [global::System.Runtime.CompilerServices.Intrinsic]
13 [global::Cpp2ILInjected.Token(Token = "0x6000CA8")]
14 [global::Cpp2ILInjected.Address(RVA = "0x18EB348", Offset = "0x18EB348", Length = "0x38")]
15 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x17000117")]
25 public ref T Value
26 {
27 [global::System.Runtime.CompilerServices.Intrinsic]
28 [global::Cpp2ILInjected.Token(Token = "0x6000CA9")]
29 [global::Cpp2ILInjected.Address(RVA = "0x18EB380", Offset = "0x18EB380", Length = "0x38")]
30 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
34 get
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x40004E0")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
42 private global::System.IntPtr _value;
43 }
44}
class f__AnonymousType0<< Count > j__TPar
ByReference(ref T value)
global::System.IntPtr _value