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
XmlCachedStream.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3using System.Net;
7
8namespace System.Xml
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200009B")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000745")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1DAC884", Offset = "0x1DAC884", Length = "0x154")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlDownloadManager.<GetNonFileStreamAsync>d__5", Member = "MoveNext", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDownloadManager), Member = "GetNonFileStream", MemberParameters = new object[]
18 {
19 typeof(Uri),
23 }, ReturnType = typeof(Stream))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemoryStream), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemoryStream), Member = "set_Position", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
28 internal XmlCachedStream(Uri uri, Stream stream)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x40003B6")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
35 private Uri uri;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
XmlCachedStream(Uri uri, Stream stream)