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

◆ NullValueHandling

override NullValueHandling Newtonsoft.Json.Serialization.JsonSerializerProxy.NullValueHandling
getset

Definition at line 178 of file JsonSerializerProxy.cs.

179 {
180 [global::Cpp2ILInjected.Token(Token = "0x6000673")]
181 [global::Cpp2ILInjected.Address(RVA = "0x1D01480", Offset = "0x1D01480", Length = "0x14")]
182 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
183 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
184 get
185 {
186 throw null;
187 }
188 [global::Cpp2ILInjected.Token(Token = "0x6000674")]
189 [global::Cpp2ILInjected.Address(RVA = "0x1D01494", Offset = "0x1D01494", Length = "0x14")]
190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
191 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
192 set
193 {
194 throw null;
195 }
196 }