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
Vector.2.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Numerics
7{
8 [global::System.Runtime.CompilerServices.Intrinsic]
9 [global::Cpp2ILInjected.Token(Token = "0x200052D")]
10 public static class Vector
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6002727")]
13 [global::Cpp2ILInjected.Address(RVA = "0x15A4484", Offset = "0x15A4484", Length = "0x78")]
14 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
17 [MethodImpl(256)]
18 public static Vector<T> Equals<T>(Vector<T> left, Vector<T> right) where T : struct
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x170005A2")]
24 public static bool IsHardwareAccelerated
25 {
26 [global::System.Runtime.CompilerServices.Intrinsic]
27 [global::Cpp2ILInjected.Token(Token = "0x6002728")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B9593C", Offset = "0x1B9593C", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "SequenceCompareTo", MemberParameters = new object[]
30 {
31 typeof(ref char),
32 typeof(int),
33 typeof(ref char),
34 typeof(int)
35 }, ReturnType = typeof(int))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "IndexOf", MemberParameters = new object[]
37 {
38 typeof(ref char),
39 typeof(char),
40 typeof(int)
41 }, ReturnType = typeof(int))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "LastIndexOf", MemberParameters = new object[]
43 {
44 typeof(ref char),
45 typeof(char),
46 typeof(int)
47 }, ReturnType = typeof(int))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Vector<>), Member = ".ctor", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Vector<>), Member = "Equals", MemberParameters = new object[] { "System.Numerics.Vector`1<T>" }, ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Vector<>), Member = "GetHashCode", ReturnType = typeof(int))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Vector<>), Member = "Equals", MemberParameters = new object[] { "System.Numerics.Vector`1<T>", "System.Numerics.Vector`1<T>" }, ReturnType = "System.Numerics.Vector`1<T>")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
53 get
54 {
55 throw null;
56 }
57 }
58
59 [global::System.CLSCompliant(false)]
60 [global::Cpp2ILInjected.Token(Token = "0x6002729")]
61 [global::Cpp2ILInjected.Address(RVA = "0x15A4424", Offset = "0x15A4424", Length = "0x60")]
62 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
65 [MethodImpl(256)]
67 {
68 throw null;
69 }
70 }
71}
class f__AnonymousType0<< Count > j__TPar
static int Count
Definition Vector.cs:17
static Vector< ulong > AsVectorUInt64< T >(Vector< T > value)
Definition Vector.2.cs:66
static Vector< T > Equals< T >(Vector< T > left, Vector< T > right)
Definition Vector.2.cs:18
static bool IsHardwareAccelerated
Definition Vector.2.cs:25